Skip to content

Commit febceaa

Browse files
authored
Fix build cache for windows release build (#731)
1 parent 288c3bf commit febceaa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,7 @@ jobs:
292292
293293
"" | python configure.py
294294
295-
if ($GOOGLE_APPLICATION_CREDENTIALS) {
296-
echo -e 'build --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-release-windows-python${{ matrix.python-version }}' >> .bazelrc.user
297-
echo -e 'build --google_default_credentials' >> .bazelrc.user
298-
}
299-
300-
bazelisk --output_base=C:\build_output build :build_pip_pkg --enable_runfiles --discard_analysis_cache --notrack_incremental_state --nokeep_state_after_build --nouse_action_cache --local_ram_resources=4096
295+
bazelisk --output_base=C:\build_output build :build_pip_pkg --enable_runfiles --local_ram_resources=4096 --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-release-windows-python${{ matrix.python-version }} --google_default_credentials
301296
bazel-bin/build_pip_pkg wheelhouse
302297
env:
303298
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)