Comment out CCACHE_DIR

I want to test worst-case scenario
This commit is contained in:
Andrey Babushkin 2023-08-23 16:13:27 +01:00
parent b7109d6c6c
commit 046663a9f1

View File

@ -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