-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: disable AppArmor restrictions on Ubuntu and update troubleshooting.md #13196
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6c5765d
to
49870c4
Compare
49870c4
to
d752998
Compare
Lightning00Blade
approved these changes
Oct 16, 2024
d752998
to
ca0e1c9
Compare
ca0e1c9
to
88ef09c
Compare
smaye81
added a commit
to connectrpc/conformance
that referenced
this pull request
Oct 24, 2024
From Puppeteer docs: > Ubuntu 23.10+ (or possibly other Linux distros in the future) ship an AppArmor profile that applies to Chrome stable binaries installed at /opt/google/chrome/chrome (the default installation path). This policy is stored at /etc/apparmor.d/chrome. This AppArmor policy prevents Chrome for Testing binaries downloaded by Puppeteer from using user namespaces resulting in the `No usable sandbox!` error when trying to launch the browser We are currently seeing this error in CI due to our usage of `ubuntu-latest` in our CI Github Action images. It seems that Puppeteer has disabled this check as part of puppeteer/puppeteer#13196, but it doesn't look like this has been released yet. Once it has, we could potentially update to that latest version of Puppeteer and reinstate usage of `ubuntu-latest`. In the meantime, though, this pins our CI image to `ubuntu-22.04` to get CI to pass. --------- Signed-off-by: Steve Ayers <[email protected]>
ahuigo
added a commit
to ahuigo/astral
that referenced
this pull request
Jan 7, 2025
ahuigo
added a commit
to ahuigo/astral
that referenced
this pull request
Jan 7, 2025
fix(ci): disable AppArmor restrictions on Ubuntu refer puppeteer/puppeteer#13196
ahuigo
added a commit
to ahuigo/astral
that referenced
this pull request
Jan 7, 2025
fix(ci): disable AppArmor restrictions on Ubuntu refer puppeteer/puppeteer#13196
lino-levan
pushed a commit
to lino-levan/astral
that referenced
this pull request
Jan 7, 2025
fix(ci): disable AppArmor restrictions on Ubuntu refer puppeteer/puppeteer#13196
6 tasks
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #12818