Skip to content

Commit 6fff16f

Browse files
Anshu6250sachinpro
andauthored
minor: Re-enable GCS-backed sccache in Windows CI Pipeline (#1542)
* chore: enabling sccache for windows release --------- Co-authored-by: Sachin Purohit <sachinpurohit@google.com>
1 parent 476562f commit 6fff16f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/windows-cmake.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
116116
# TODO(b/513099808): Re-enable after fixing intermittent GCS I/O errors causing flaky builds.
117117
export SCCACHE_IGNORE_SERVER_IO_ERROR=1
118-
unset SCCACHE_GCS_BUCKET SCCACHE_GCS_KEY_PREFIX SCCACHE_GCS_RW_MODE
119118
120119
export MSVC_VERSION="${{ matrix.msvc }}"
121120
export BRANCH_IDENTIFIER=$(echo "${{ github.ref_name }}" | tr '[:punct:]' '_')

.github/workflows/windows-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
export CLOUDSDK_PYTHON="${{ steps.py311.outputs.python-path }}"
116116
export CMAKE_OUT="c:/b"
117117
export SCCACHE_IGNORE_SERVER_IO_ERROR=1
118-
unset SCCACHE_GCS_BUCKET SCCACHE_GCS_KEY_PREFIX SCCACHE_GCS_RW_MODE
119118
120119
export MSVC_VERSION="${{ matrix.msvc }}"
121120
export BRANCH_IDENTIFIER=$(echo "${{ github.ref_name }}" | tr '[:punct:]' '_')

0 commit comments

Comments
 (0)