-
Notifications
You must be signed in to change notification settings - Fork 1.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 user namespace restrictions in GH Guix action #6560
Conversation
I was wondering what broke guix a little while ago on GitHub ci! Good find :) |
WalkthroughThe pull request introduces a new step in the build job within the GitHub Actions workflow. Before the repository is checked out, the workflow now runs a command that disables AppArmor restrictions on unprivileged user namespaces by modifying the kernel parameter. This addition ensures that subsequent Docker operations can proceed without interference from AppArmor. The overall structure of the workflow, including code checkout, dependency caching, the Guix build process, and artifact handling, remains intact. No changes have been made to the declarations of any exported or public entities. Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
It looks similar to issue that I had on my kubuntu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
utACK df34f0e
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQQCuOfQAhZ8i0Ua8F/i89eRbnItOAUCZ6ZetQAKCRDi89eRbnIt
OLEuAQDvbu7cQjLTM+jR2eR9sND/9qyW/OJG2JyY7uelMaecMAD/SUoUmnHesvty
MqQIoeoqJHIRTbweRkUPsdavC2K1dws=
=/Fdg
-----END PGP SIGNATURE-----
Issue being fixed or feature implemented
actions/runner-images#10015
What was done?
actions/runner-images#10443 (comment)
How Has This Been Tested?
develop: https://github.com/UdjinM6/dash/actions/runs/13187780750
this PR: https://github.com/UdjinM6/dash/actions/runs/13187795136
Breaking Changes
n/a
Checklist: