Skip to content

Commit

Permalink
Mark macOS postsubmit as soft fail
Browse files Browse the repository at this point in the history
So that last green commit for Bazel is still getting updated

Related bazelbuild#20422 (comment)

PiperOrigin-RevId: 588086944
Change-Id: I41c7d605fb41d15088a87905c9f7e5ae89eea766
  • Loading branch information
meteorcloudy authored and copybara-github committed Dec 5, 2023
1 parent dd9c500 commit 911b163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ tasks:
- build
- test
macos:
soft_fail: 1
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
Expand Down Expand Up @@ -220,6 +221,7 @@ tasks:
- build
- test
macos_arm64:
soft_fail: 1
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
android_ndk_repository/android_ndk_repository/' WORKSPACE.bzlmod
Expand Down

0 comments on commit 911b163

Please sign in to comment.