remove ccache compress

This commit is contained in:
wangyunlai 2023-07-18 15:03:51 +08:00 committed by GitHub
parent 78480c882a
commit 0d21769b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,7 @@ jobs:
- name: Build project
shell: bash
run: |
export CCACHE_COMPRESS=1
export CCACHE_COMPRESSLEVEL=9
bash rm -rf build_debug
rm -rf build_debug
deps/3rd/usr/local/oceanbase/devtools/bin/ccache -c
bash build.sh debug -DOB_USE_CCACHE=ON
cd build_debug && make -j4 && cd -