Skip to content

Commit

Permalink
ci: test on otp 26
Browse files Browse the repository at this point in the history
Deleted rocksdb build cache because the upstream does the cache
using github artifacts already
  • Loading branch information
zmstone committed Dec 3, 2023
1 parent 181d063 commit 234ca6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ jobs:
run_test_case:
runs-on: ubuntu-latest

strategy:
matrix:
os:
- ubuntu22.04
otp:
- 25.3.2-2
elixir:
- 1.14.5
arch:
- amd64
container: ghcr.io/emqx/emqx-builder/5.1-4:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}
container: ghcr.io/emqx/emqx-builder/5.2-7:1.15.7-26.1.2-1-ubuntu22.04

steps:
- uses: actions/checkout@v1
Expand All @@ -27,22 +17,10 @@ jobs:
apt update
apt install -y cmake
- name: Get deps git refs for cache
id: deps-refs
run: |
scripts/get-dep-refs.sh
- name: Configure git
run: |
git config --global --add safe.directory "*"
- name: load rocksdb cache
uses: actions/cache@v2
with:
path: |
_build/default/lib/rocksdb/
key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}

- name: Compile
run: |
make
Expand Down
10 changes: 0 additions & 10 deletions scripts/get-dep-refs.sh

This file was deleted.

0 comments on commit 234ca6d

Please sign in to comment.