Update compile.yml
This commit is contained in:
parent
2f39a035b8
commit
b92d5b19ed
6
.github/workflows/compile.yml
vendored
6
.github/workflows/compile.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
env:
|
||||
cache-name: cache-build
|
||||
with:
|
||||
key: ${{ runner.os }}-${{ env.cache-name }}-el7.x86_64-${{ github.ref_name }}
|
||||
key: ${{ runner.os }}-${{ env.cache-name }}-${{ matrix.image }}-el7.x86_64-${{ github.ref_name }}
|
||||
path: ~/.ccache
|
||||
enableCrossOsArchive: false
|
||||
restore-keys: |
|
||||
@ -64,4 +64,6 @@ jobs:
|
||||
bash build.sh debug -DOB_USE_CCACHE=ON
|
||||
cd build_debug && make -j4 && cd -
|
||||
deps/3rd/usr/local/oceanbase/devtools/bin/ccache -s
|
||||
cat $PWD/ccache.log
|
||||
|
||||
- if: ${{ runner.debug }}
|
||||
run: cat $PWD/ccache.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user