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: profile:
- emqx - emqx
otp: otp:
- 24.1.5-3 - 24.1.5-4
os: os:
- ubuntu20.04 - 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: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@ -43,12 +43,14 @@ jobs:
with: with:
path: | path: |
_build/default/lib/rocksdb/ _build/default/lib/rocksdb/
deps/rocksdb/
key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }} key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}
- name: load quicer cache - name: load quicer cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: | path: |
_build/default/lib/quicer/ _build/default/lib/quicer/
deps/quicer/
key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_QUICER_REF }} key: ${{ matrix.os }}-${{ matrix.otp }}-amd64-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
- name: build and test tgz package - name: build and test tgz package
run: | run: |