Skip to content

Commit

Permalink
Merge pull request #170 from emqx/otp26
Browse files Browse the repository at this point in the history
Otp26
  • Loading branch information
ieQu1 authored Dec 4, 2023
2 parents a3b5667 + 234ca6d commit a13b519
Showing 3 changed files with 2 additions and 34 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

{deps,
[{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.7"}}},
{gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.2.0"}}},
{gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.3.0"}}},
{replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.6"}}},
{mnesia_rocksdb, {git, "https://github.com/emqx/mnesia_rocksdb", {tag, "0.1.14"}}},
{optvar, {git, "https://github.com/emqx/optvar", {tag, "1.0.5"}}}
10 changes: 0 additions & 10 deletions scripts/get-dep-refs.sh

This file was deleted.

0 comments on commit a13b519

Please sign in to comment.