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 550e5b3 commit a863ef9Copy full SHA for a863ef9
tests/run-ubuntu-chroot
@@ -24,7 +24,7 @@ CHROOT_TAR="$CACHE/$(basename $CHROOT_URL)"
24
25
# prepare chroot
26
BUILDDIR=$(mktemp -d)
27
-trap "sudo rm -rf $BUILDDIR" EXIT INT QUIT PIPE
+trap "sudo rm --one-file-system -rf $BUILDDIR" EXIT INT QUIT PIPE
28
sudo tar -C "$BUILDDIR" -xf "$CHROOT_TAR"
29
CHROOT="$BUILDDIR/chroot-autobuild"
30
sudo cp /etc/resolv.conf "$CHROOT/etc/resolv.conf"
0 commit comments