Comment out CCACHE_DIR
I want to test worst-case scenario
This commit is contained in:
parent
b7109d6c6c
commit
046663a9f1
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
MODELS_PATH: ${{ github.workspace }}/testdata
|
MODELS_PATH: ${{ github.workspace }}/testdata
|
||||||
OV_TEMP: ${{ github.workspace }}/openvino_temp
|
OV_TEMP: ${{ github.workspace }}/openvino_temp
|
||||||
PYTHON_STATIC_ARGS: -m "not dynamic_library"
|
PYTHON_STATIC_ARGS: -m "not dynamic_library"
|
||||||
CCACHE_DIR: /mount/caches/ccache/ubuntu22_x86_64_Release
|
#CCACHE_DIR: /mount/caches/ccache/ubuntu22_x86_64_Release
|
||||||
CCACHE_MAXSIZE: 50G
|
CCACHE_MAXSIZE: 50G
|
||||||
steps:
|
steps:
|
||||||
- name: Clone OpenVINO
|
- name: Clone OpenVINO
|
||||||
|
Loading…
Reference in New Issue
Block a user