aboutsummaryrefslogtreecommitdiff
path: root/tests/utils.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-04 14:49:21 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-04 14:50:47 +0100
commit28756005c02c1257c0979a536b087889aef4ac55 (patch)
tree9a107aa5c3c625e6760ef949fe95d7deb1573a87 /tests/utils.scm
parentfafbb6d57ef705de99e561d8a04d9df79c9b3cb4 (diff)
downloadguix-28756005c02c1257c0979a536b087889aef4ac55.tar.gz
guix-28756005c02c1257c0979a536b087889aef4ac55.zip
gnu: Add rust-strum-0.18.
* gnu/packages/crates-io.scm (rust-strum-0.18): New variable.
Diffstat (limited to 'tests/utils.scm')
0 files changed, 0 insertions, 0 deletions
of 'guix pack -f tarball' would not be read-only. * guix/build/store-copy.scm (reset-permissions): New procedure. (populate-store): Pass #:keep-mtime? #t to 'copy-recursively'. Call 'reset-permissions'. * tests/pack.scm ("self-contained-tarball"): In CHECK, define 'canonical?' and use it to check that every file has an mtime of 1 and is read-only. * tests/guix-pack.sh: Invoke "chmod -Rf +w" before "rm -rf" in trap. 2018-11-06pack: Add test for 'self-contained-tarball' with localstatedir.Ludovic Courtès * tests/pack.scm ("self-contained-tarball + localstatedir"): New test. 2018-11-06pack: Squashfs backend now honors '--localstatedir'.Ludovic Courtès * guix/scripts/pack.scm (squashfs-image)[database]: New variable. [build]: Add (gnu build install) to the closure. Call 'install-database-and-gc-roots' when DATABASE is true, and invoke mksquashfs once more. * tests/pack.scm ("squashfs-image + localstatedir"): New test. 2018-11-06pack: Docker backend now honors '--localstatedir'.Ludovic Courtès * guix/docker.scm (build-docker-image): Add #:database parameter. Create /var/guix/db, /var/guix/profiles, etc. when DATABASE is true. * guix/scripts/pack.scm (docker-image): Export. Remove #:deduplicate? parameter. Define 'database' and pass it to 'docker-image'. * tests/pack.scm (test-assertm): Recompile the derivation of %BOOTSTRAP-GUILE. ("docker-image + localstatedir"): New test. 2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed.Ludovic Courtès This is another way to address <https://bugs.gnu.org/32184>, which was previously addressed in commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * gnu/build/install.scm (register-closure): Move to... * gnu/build/vm.scm (register-closure): ... here. New procedure. * guix/scripts/pack.scm (self-contained-tarball)[build]: Remove now unneeded 'with-extensions' form and custom (guix config) module. * tests/guix-pack.sh: Revert the strategy from commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * tests/pack.scm ("self-contained-tarball"): Likewise. 2018-10-28tests: Fix typo.Ludovic Courtès This is a followup to 19c924af4f3726688ca155a905ebf1cb9acdfca2. * tests/pack.scm: Fix typo in 'test-skip'. 2018-10-19tests: Run 'guix pack' tests using the external store.Ludovic Courtès Fixes <https://bugs.gnu.org/32184>. * guix/tests.scm (call-with-external-store): New procedure. (with-external-store): New macro. * tests/pack.scm (%store): Remove. (test-assertm): Add 'store' parameter. ("self-contained-tarball"): Wrap in 'with-external-store'. * tests/guix-pack.sh: Connect to the external store, if possible, by setting NIX_STORE_DIR and GUIX_DAEMON_SOCKET. Remove most uses of '--bootstrap'. 2018-09-18tests: Skip 'self-contained-tarball' test unconditionally.Ludovic Courtès * tests/pack.scm ("self-contained-tarball"): Skip unconditionally. 2018-06-01pack: Adjust test to expect relative symlinks.Ludovic Courtès Reported by Chris Marusich <cmmarusich@gmail.com>. Fixes <https://bugs.gnu.org/31560>. * tests/pack.scm ("self-contained-tarball"): Rename 'guile' to 'bin'. Expect 'bin/Guile' to be a relative symlink. 2018-06-01tests: Fix arguments in pack test.Ricardo Wurmus This is a follow-up to commit 5ffac538aa604b71814ac74579626f0d3110b96e. * tests/pack.scm (self-contained-tarball): Adjust arguments to "self-contained-tarball".