Skip to content

Commit

Permalink
e2e dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jan 7, 2025
1 parent 92cce82 commit 045ab79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ jobs:
- name: Download depot tools
run: bash $GITHUB_WORKSPACE/lighthouse/core/test/devtools-tests/download-depot-tools.sh

# Since Ubuntu 23, dev builds of Chromium need this.
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
- run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

- name: Load build artifacts
id: devtools-build-artifacts
uses: actions/cache@v3
Expand Down

0 comments on commit 045ab79

Please sign in to comment.