aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/image.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-09-30 23:59:22 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:35:40 +0300
commit868d17acf79302f04e9ead1ff7bed35a76a14885 (patch)
tree476445f06b70cf1fbe7ae7d21af65c3d108a7a55 /gnu/system/image.scm
parentc2ac2e3f383ebf22a1049ca32f54656f14e56c48 (diff)
downloadguix-868d17acf79302f04e9ead1ff7bed35a76a14885.tar.gz
guix-868d17acf79302f04e9ead1ff7bed35a76a14885.zip
gnu: rust-fd-lock-3: Update to 3.0.12.
* gnu/packages/crates-io.scm (rust-fd-lock-3): Update to 3.0.12. [arguments]: Don't skip build. [cargo-inputs]: Add rust-rustix-0.37, rust-windows-sys-0.48. Remove rust-libc-0.2, rust-winapi-0.3. [cargo-development-inputs]: Add rust-tempfile-3.
Diffstat (limited to 'gnu/system/image.scm')
0 files changed, 0 insertions, 0 deletions
issions....* gnu/build/linux-container.scm (mount-file-systems): Add 'chmod' call. * tests/containers.scm ("call-with-container, mnt namespace, root permissions"): New test. Jelle Licht 2020-09-10build: linux-container: Fix run-container....This is a follow-up of 5316dfc0f125b658e4a2acf7f00f49501663d943. Some users of run-container may expect that the container is jailed, even if there are no mounts. This is the case for some Guix tests. * gnu/build/linux-container.scm (run-container): Do not jail the container when the requested root is "/". Mathieu Othacehe 2020-09-02linux-container: Do not jail the container unconditionally....We may want to run a container inside the MNT namespace, without jailing the container. If RUN-CONTAINER is passed a null MOUNTS list, do not jail the container. * gnu/build/linux-container.scm (run-container): Do not call MOUNT-FILE-SYSTEMS if MOUNTS list is empty. Mathieu Othacehe