blob: 665095a823ccf648dc5d15b8f6e53cc302d46b64 [file] [log] [blame]
--- bazel-postsubmit-orig.yml 2025-01-29 14:04:50
+++ bazel-postsubmit.yml 2025-01-29 14:07:11
@@ -1,10 +1,12 @@
---
+# Update this file by running ./update-bazel-postsubmit.sh under the same directory
tasks:
centos7:
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-linux"
build_targets:
@@ -47,6 +49,7 @@
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-linux"
build_targets:
@@ -60,6 +63,7 @@
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-linux"
build_targets:
@@ -94,6 +98,7 @@
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-linux"
build_targets:
@@ -112,6 +117,7 @@
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-linux"
build_targets:
@@ -143,6 +149,7 @@
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
- ln -sf $OUTPUT_BASE/external $HOME/bazeltest/external
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-macos"
build_targets:
@@ -186,6 +193,7 @@
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
- ln -sf $OUTPUT_BASE/external $HOME/bazeltest/external
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-macos"
build_targets:
@@ -219,6 +227,7 @@
setup:
- mkdir C:\b
- mklink /J C:\b\bazeltest_external %OUTPUT_BASE:/=\%\external
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-windows"
build_targets:
@@ -268,6 +277,7 @@
setup:
- mkdir C:\b
- mklink /J C:\b\bazeltest_external %OUTPUT_BASE:/=\%\external
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=ci-windows"
- "--config=windows_arm64"
@@ -279,6 +289,8 @@
rbe_ubuntu2004:
platform: ubuntu2004
name: "RBE"
+ shell_commands:
+ - bazel mod deps --lockfile_mode=update
build_flags:
- "--config=remote"
- "--remote_executor=grpcs://remotebuildexecution.googleapis.com"