aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2023-06-07 19:19:01 +0200
committerLudovic Courtès <ludo@gnu.org>2023-12-02 12:25:45 +0100
commit9442b53c6b4dbf078f37a52687a32ecbd2ca430d (patch)
treef9b4a3d9d3f463dcaea6fda580dfc19dad96d87e /gnu/installer
parentea348b105d1fb8f02b3ca8665c5ad33928f7483f (diff)
downloadguix-9442b53c6b4dbf078f37a52687a32ecbd2ca430d.tar.gz
guix-9442b53c6b4dbf078f37a52687a32ecbd2ca430d.zip
gn2019-06-14tests: Make builds less expensive....The switch to the reduced bootstrap broke build time assumptions made by tests, notably the assumption that GNU-MAKE-BOOT0 was cheap to build. This commit adjusts this to make these tests cheaper. * gnu/packages/bootstrap.scm (%bootstrap-inputs-for-tests): New variable. * guix/tests.scm (gnu-make-for-tests): New variable. * tests/guix-environment.sh: Use GNU-MAKE-FOR-TESTS instead of GNU-MAKE-BOOT0. Remove test with FINDUTILS-BOOT0. * tests/guix-package-net.sh (boot_make): Use GNU-MAKE-FOR-TESTS. * tests/packages.scm ("GNU Make, bootstrap"): Likewise. * tests/profiles.scm ("profile-derivation relative symlinks, two entries"): Likewise. * tests/union.scm (%bootstrap-inputs): Remove. ("union-build"): Use %BOOTSTRAP-INPUTS-FOR-TESTS instead of %BOOTSTRAP-INPUTS. Ludovic Courtès