We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4d76b commit 0c3c4d0Copy full SHA for 0c3c4d0
1 file changed
.github/workflows/ci.yml
@@ -12,10 +12,11 @@ jobs:
12
13
- uses: DeterminateSystems/nix-installer-action@main
14
with:
15
- # nspawn container tests need auto-allocate-uids + uid-range.
+ # nspawn container tests need auto-allocate-uids + cgroups.
16
extra-conf: |
17
- extra-experimental-features = auto-allocate-uids
+ extra-experimental-features = auto-allocate-uids cgroups
18
auto-allocate-uids = true
19
+ use-cgroups = true
20
21
- uses: DeterminateSystems/magic-nix-cache-action@main
22
0 commit comments