Skip to content

Commit

Permalink
[GHA] Split ccache by branches (#24112)
Browse files Browse the repository at this point in the history
### Details:
- the both release and master branches use the same caches and may
conflict

### Tickets:
 - *ticket-id*
  • Loading branch information
mryzhov authored Apr 18, 2024
1 parent cfcb632 commit aa2beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
OPENVINO_BUILD_DIR: /__w/openvino/openvino/openvino_build
INSTALL_DIR: /__w/openvino/openvino/openvino_install
CONAN_USER_HOME: /mount/caches/ccache/ubuntu22_riscv64_master_release/.conan
CCACHE_REMOTE_DIR: /mount/caches/ccache/ubuntu22_riscv64
CCACHE_REMOTE_DIR: /mount/caches/ccache/ubuntu22_riscv64/${{ github.base_ref || github.ref_name }}
CCACHE_DIR: /__w/openvino/openvino/ccache
CCACHE_TEMPDIR: /__w/openvino/openvino/ccache_temp
CCACHE_MAXSIZE: 2G
Expand Down

0 comments on commit aa2beef

Please sign in to comment.