Skip to content

Commit

Permalink
enable user namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 24, 2024
1 parent 8f5e7a7 commit ce65d3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y curl gettext-base pkg-config
which bwrap
# enable user namespaces. bubblewrap binary requires this, which is a dep of melange.
sudo sysctl -w kernel.unprivileged_userns_clone=1
- name: template melange config
env:
Expand Down

0 comments on commit ce65d3b

Please sign in to comment.