remove ccache compress
This commit is contained in:
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -45,9 +45,7 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
export CCACHE_COMPRESS=1
|
rm -rf build_debug
|
||||||
export CCACHE_COMPRESSLEVEL=9
|
|
||||||
bash rm -rf build_debug
|
|
||||||
deps/3rd/usr/local/oceanbase/devtools/bin/ccache -c
|
deps/3rd/usr/local/oceanbase/devtools/bin/ccache -c
|
||||||
bash build.sh debug -DOB_USE_CCACHE=ON
|
bash build.sh debug -DOB_USE_CCACHE=ON
|
||||||
cd build_debug && make -j4 && cd -
|
cd build_debug && make -j4 && cd -
|
||||||
|
Reference in New Issue
Block a user