Skip to content

Commit 045ab79

Browse files
committed
e2e dev build
1 parent 92cce82 commit 045ab79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/devtools.yml

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
- name: Download depot tools
106106
run: bash $GITHUB_WORKSPACE/lighthouse/core/test/devtools-tests/download-depot-tools.sh
107107

108+
# Since Ubuntu 23, dev builds of Chromium need this.
109+
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
110+
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
111+
108112
- name: Load build artifacts
109113
id: devtools-build-artifacts
110114
uses: actions/cache@v3

0 commit comments

Comments
 (0)