File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# This file contains Bazel settings to apply on release CI only.
22# It is referenced with a --bazelrc option in the call to bazel in ci.yaml
33
4- # Debug where options came from
5- build --announce_rc
6- # This directory is configured in GitHub actions to be persisted between runs.
7- build --disk_cache=~/.cache/bazel
8- build --repository_cache=~/.cache/bazel-repo
94# Don't rely on test logs being easily accessible from the test runner,
105# though it makes the log noisier.
116test --test_output=errors
Original file line number Diff line number Diff line change 88 tags :
99 - " *.*.*"
1010
11+ permissions :
12+ contents : write
13+
1114jobs :
1215 release :
13- uses : bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v2
16+ uses : bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
1417 with :
1518 release_files : rules_foreign_cc-*.tar.gz
You can’t perform that action at this time.
0 commit comments