File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
.github/actions/setup-artifactory-bazel Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ build:base_remote --nolegacy_important_outputs
4343
4444common:base_remote_readonly --noremote_upload_local_results
4545build:artifactory_readonly --config=base_remote_readonly
46- build:artifactory_readonly --remote_cache=https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-bazel-local --remote_cache_header=X-JFrog-Download-Redirect-To=None
46+ build:artifactory_readonly --remote_cache=https://frcmaven.wpi.edu/artifactory/wpilib-generic-cache-bazel-local
47+ # workaround for https://github.com/bazelbuild/bazel/issues/17700
48+ build:artifactory_readonly --remote_cache_header=X-JFrog-Download-Redirect-To=None
4749
4850# Build Buddy Cache Setup
4951build:build_buddy --bes_results_url=https://app.buildbuddy.io/invocation/
Original file line number Diff line number Diff line change 2626 shell : bash
2727 run : |
2828 echo "API Key detected!"
29+ # X-JFrog-Download-Redirect-To is a workaround for https://github.com/bazelbuild/bazel/issues/17700
2930 echo "build:base_remote --remote_cache=https://${{ inputs.username }}:${{ inputs.token }}@frcmaven.wpi.edu/artifactory/wpilib-generic-cache-bazel-local --remote_cache_header=X-JFrog-Download-Redirect-To=None" > bazel_auth.rc
You can’t perform that action at this time.
0 commit comments