Skip to content

Commit

Permalink
Run bazel clean --expunge for Linux arm64 binary build
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665865605
Change-Id: I7be30d5611e21248023e3abc0dc5f15d4990273c
  • Loading branch information
meteorcloudy authored and copybara-github committed Aug 21, 2024
1 parent fbf308c commit 5aaffc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ platforms:
- "-c"
- "opt"
ubuntu2004_arm64:
shell_commands:
# Our Arm64 machine keeps state between builds, so we need to clean it.
- "bazel clean --expunge"
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
Expand Down

0 comments on commit 5aaffc3

Please sign in to comment.