Skip to content

Commit

Permalink
Enable unprivileged user namespaces on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Jan 31, 2025
1 parent 8131513 commit 2c0d199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: uname -a
- name: Enable unprivileged userfaultfd
run: echo "1" | sudo tee /proc/sys/vm/unprivileged_userfaultfd
- name: Enable unprivileged user namespaces
run: echo "0" | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Install LLD
run: sudo apt-get install -y lld
- name: Install target -- i686-unknown-linux-musl
Expand Down

0 comments on commit 2c0d199

Please sign in to comment.