summaryrefslogtreecommitdiff
path: root/tests/derivations.scm
AgeCommit message (Expand)AuthorFilesLines
2026-03-29tests: Pass ‘User-Agent’ header when downloading from www.gnu.org.Ludovic Courtès1-1/+4
2026-03-20derivations: Let ‘map-derivation’ correctly handle directories.Sergio Pastor Pérez1-0/+25
2026-02-27daemon: Actually remove unreadable directories.Reepca Russelstein1-1/+15
2025-10-12tests: don't use 'file://...' URIs for testing git downloads.Reepca Russelstein1-21/+34
2025-06-24daemon: Use slirp4netns to provide networking to fixed-output derivations.Reepca Russelstein1-2/+15
2025-06-24tests: Test network access from fixed-output derivations.Ludovic Courtès1-0/+63
2025-03-26tests: Add missing derivation inputs.Ludovic Courtès1-9/+15
2025-03-26daemon: Allow running as non-root with unprivileged user namespaces.Ludovic Courtès1-0/+14
2025-02-22tests: Remove extraneous 'with-store' in derivations test.Maxim Cournoyer1-23/+22
2024-11-12derivations: ‘derivation-build-plan’ returns builds in topological order.Ludovic Courtès1-2/+29
2023-09-26tests: Assume ‘git’ is always available.Ludovic Courtès1-5/+1
2023-09-26daemon: Add “git-download” built-in builder.Ludovic Courtès1-2/+98
2023-01-09daemon: Improve error message for wrong hash sizes.Ludovic Courtès1-0/+12
2023-01-09derivations: 'read-derivation' correctly handles case with empty hash.Ludovic Courtès1-1/+39
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès1-1/+0
2022-03-07derivations: Coalesce inputs that have the same output path.Ludovic Courtès1-7/+43
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès1-5/+9
2021-03-06tests: do not hard code HTTP portsMaxime Devos1-26/+15
2020-05-22packages: Introduce <content-hash> and use it in <origin>.Ludovic Courtès1-16/+16
2020-05-22tests: Test fixed-output derivations with several hash algorithms.Ludovic Courtès1-15/+24
2019-12-07derivations: Add 'derivation-input-fold'.Ludovic Courtès1-0/+18
2019-09-06Merge branch 'master' into core-updatesMark H Weaver1-6/+6
2019-09-02tests: 'with-http-server' accepts multiple responses.Ludovic Courtès1-6/+6
2019-08-22Merge branch 'master' into core-updatesMark H Weaver1-0/+32
2019-08-16derivations: Delete duplicate inputs when computing derivation hash.Ludovic Courtès1-0/+32
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès1-54/+35
2019-07-15derivations: Update tests to use new calling convention.Ludovic Courtès1-54/+35
2019-07-12Merge branch 'master' into core-updatesMarius Bakke1-0/+29
2019-07-05derivations: 'derivation-build-plan' recurses on substituables.Ludovic Courtès1-0/+29
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès1-34/+46
2019-06-27derivations: 'build-derivations' can be passed derivation inputs.Ludovic Courtès1-2/+5
2019-06-27derivations: <derivation-input> now aggregates a <derivation>.Ludovic Courtès1-4/+6
2019-06-27derivations: Rewrite and replace 'derivations-prerequisites-to-build'.Ludovic Courtès1-28/+35
2019-06-20Merge branch 'staging' into core-updatesMarius Bakke1-9/+6
2019-06-18tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'.Ludovic Courtès1-9/+6
2019-06-14packages: Remove 'search-bootstrap-binary'.Ludovic Courtès1-1/+0
2019-06-10store: 'build-things' accepts derivation/output pairs.Ludovic Courtès1-0/+22
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.Ludovic Courtès1-7/+8
2019-01-21store: Rename '&nix-error' to '&store-error'.Ludovic Courtès1-21/+21
2018-11-28derivations: Add properties.Ludovic Courtès1-0/+10
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès1-1/+1
2018-01-30derivations: Adjust tests for Stow environments.Ludovic Courtès1-3/+8
2017-10-12tests: Support multiple HTTP server instances.Ludovic Courtès1-4/+4
2017-06-02derivations: 'derivation-prerequisites-to-build' returns <substitutable>.Ludovic Courtès1-3/+3
2017-06-02derivations: 'substitution-oracle' returns a <substitutable>.Ludovic Courtès1-1/+1
2017-04-22derivations: Adjust builder encoding test.Ludovic Courtès1-6/+7
2017-04-21derivations: Restore UTF-8 encoding of build scripts.Ludovic Courtès1-0/+13
2017-03-28derivations: Do not fetch narinfos for non-substitutable items.Ludovic Courtès1-0/+29
2017-01-11daemon: Allow check builds of 'builtin:download' derivations.Ludovic Courtès1-1/+26
2016-11-16daemon: Add 'built-in-builders' RPC.Ludovic Courtès1-0/+4