Skip to content

Commit

Permalink
use sccache gha cache
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 30, 2024
1 parent 2888ad6 commit 6c81a16
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,21 @@ jobs:
runs-on: aks-linux-8-cores-64gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04
volumes:
- /mount:/mount
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
# volumes:
# - /mount:/mount
# options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
env:
CMAKE_BUILD_TYPE: 'Release'
CMAKE_GENERATOR: 'Ninja'
SCCACHE_IGNORE_SERVER_IO_ERROR: 1
SCCACHE_SERVER_PORT: 35555
# SCCACHE_SERVER_PORT: 35555
SCCACHE_GHA_ENABLED: "true"
SCCACHE_ERROR_LOG: /__w/openvino/openvino/sccache_log.txt
SCCACHE_LOG: 'debug'
OPENVINO_REPO: /__w/openvino/openvino/openvino
OPENVINO_BUILD_DIR: /__w/openvino/openvino/openvino_build
INSTALL_DIR: /__w/openvino/openvino/openvino_install
SCCACHE_AZURE_KEY_PREFIX: ubuntu22_riscv64_master_release
# SCCACHE_AZURE_KEY_PREFIX: ubuntu22_riscv64_master_release
if: ${{ !needs.smart_ci.outputs.skip_workflow && github.event_name != 'merge_group' }}
steps:
- name: Install git
Expand Down

0 comments on commit 6c81a16

Please sign in to comment.