Skip to content

Commit 117c512

Browse files
committed
build: update dev-infra for latest RBE changes (#31137)
Update dev-infra for latest RBE changes.
1 parent 0e300d1 commit 117c512

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
190190

191191
git_repository(
192192
name = "devinfra",
193-
commit = "c4f7d3cdec164044284139182b709dfd4be339ed",
193+
commit = "90560ac34ffbb40189d98d8e54110e9c43575761",
194194
remote = "https://github.com/angular/dev-infra.git",
195195
)
196196

@@ -243,7 +243,7 @@ esbuild_register_toolchains(
243243

244244
git_repository(
245245
name = "rules_browsers",
246-
commit = "671017c30c0a595d7d639f59c6985255e4b90e0a",
246+
commit = "fd3b3d37662206a19eaa34f157c757b3291978dc",
247247
remote = "https://github.com/devversion/rules_browsers.git",
248248
)
249249

docs/tools/lighthouse-audit.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ async function launchChromeAndRunLighthouse(url, flags, config) {
141141
const browser = await puppeteer.launch({
142142
// Allow for a custom chromium to be provided (e.g. for M1 native support)
143143
executablePath: process.env.CHROMIUM_BIN,
144+
args: ['--no-sandbox'],
144145
headless: 'new',
145146
});
146147

0 commit comments

Comments
 (0)