File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -292,12 +292,7 @@ jobs:
292
292
293
293
"" | python configure.py
294
294
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
301
296
bazel-bin/build_pip_pkg wheelhouse
302
297
env :
303
298
LCE_RELEASE_VERSION : ${{ github.event.inputs.version }}
You can’t perform that action at this time.
0 commit comments