Skip to content

Commit

Permalink
test-image: Run privileged containers test for NixOS
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 14, 2023
1 parent 590f921 commit ada506d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/test-image
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ EOF
fi
else
for PRIV in "priv" "unpriv"; do
if [ "${PRIV}" = "priv" ] && [ "${DIST}" = "nixos" ]; then
# NixOS can't do privileged containers at this point
continue
fi

incus init "${TEST_IMAGE}" "${TEST_IMAGE}-${PRIV}"
INSTANCES="${INSTANCES} ${TEST_IMAGE}-${PRIV}"

Expand Down

0 comments on commit ada506d

Please sign in to comment.