chore(autotest): debug build

This commit is contained in:
mengzhenyu 2022-01-28 14:35:42 +08:00
parent 56aefc89d4
commit 2f1313b2f7
1 changed files with 4 additions and 2 deletions

View File

@ -20,11 +20,11 @@ jobs:
profile:
- emqx
otp:
- 24.1.5-3
- 24.1.5-4
os:
- ubuntu20.04
container: "ghcr.io/emqx/emqx-builder/5.0-3:${{ matrix.otp }}-${{ matrix.os }}"
container: "ghcr.io/emqx/emqx-builder/5.0-5:${{ matrix.otp }}-${{ matrix.os }}"
steps:
- uses: actions/checkout@v1
@ -43,12 +43,14 @@ jobs:
with:
path: |
_build/default/lib/rocksdb/
deps/rocksdb/
key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}
- name: load quicer cache
uses: actions/cache@v2
with:
path: |
_build/default/lib/quicer/
deps/quicer/
key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
- name: build and test tgz package
run: |