Skip to content

Commit ff6c8a5

Browse files
committed
[bazel] Remote builds should use pinned browsers
1 parent 0db6dfc commit ff6c8a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ test:remote --test_env=HOME=/home/dev
123123
# Make sure we sniff credentials properly
124124
build:remote --experimental_credential_helper=%workspace%/scripts/credential-helper.sh
125125

126+
# Use pinned browsers when running remotely
127+
build:remote --//common:pin_browsers
128+
126129
# Extend the remote config for CI
127130
build:remote-ci --config=remote
128131
build:remote-ci --curses=no --color=yes --show_timestamps

0 commit comments

Comments
 (0)