summaryrefslogtreecommitdiff
path: root/tests/derivations.scm
AgeCommit message (Expand)Author
2023-01-09daemon: Improve error message for wrong hash sizes....Ludovic Courtès
2023-01-09derivations: 'read-derivation' correctly handles case with empty hash....Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-03-07derivations: Coalesce inputs that have the same output path....Ludovic Courtès
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB....Ludovic Courtès
2021-03-06tests: do not hard code HTTP ports...Maxime Devos
2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès
2020-05-22tests: Test fixed-output derivations with several hash algorithms....Ludovic Courtès
2019-12-07derivations: Add 'derivation-input-fold'....Ludovic Courtès
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-09-02tests: 'with-http-server' accepts multiple responses....Ludovic Courtès
2019-08-22Merge branch 'master' into core-updatesMark H Weaver
2019-08-16derivations: Delete duplicate inputs when computing derivation hash....Ludovic Courtès
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès
2019-07-15derivations: Update tests to use new calling convention....Ludovic Courtès
2019-07-12Merge branch 'master' into core-updates...Marius Bakke
2019-07-05derivations: 'derivation-build-plan' recurses on substituables....Ludovic Courtès
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-27derivations: 'build-derivations' can be passed derivation inputs....Ludovic Courtès
2019-06-27derivations: <derivation-input> now aggregates a <derivation>....Ludovic Courtès
2019-06-27derivations: Rewrite and replace 'derivations-prerequisites-to-build'....Ludovic Courtès
2019-06-20Merge branch 'staging' into core-updatesMarius Bakke
2019-06-18tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'....Ludovic Courtès
2019-06-14packages: Remove 'search-bootstrap-binary'....Ludovic Courtès
2019-06-10store: 'build-things' accepts derivation/output pairs....Ludovic Courtès
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès
2018-11-28derivations: Add properties....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-01-30derivations: Adjust tests for Stow environments....Ludovic Courtès
2017-10-12tests: Support multiple HTTP server instances....Ludovic Courtès
2017-06-02derivations: 'derivation-prerequisites-to-build' returns <substitutable>....Ludovic Courtès
2017-06-02derivations: 'substitution-oracle' returns a <substitutable>....Ludovic Courtès
2017-04-22derivations: Adjust builder encoding test....Ludovic Courtès
2017-04-21derivations: Restore UTF-8 encoding of build scripts....Ludovic Courtès
2017-03-28derivations: Do not fetch narinfos for non-substitutable items....Ludovic Courtès
2017-01-11daemon: Allow check builds of 'builtin:download' derivations....Ludovic Courtès
2016-11-16daemon: Add 'built-in-builders' RPC....Ludovic Courtès
2016-11-16daemon: Add "builtin:download" derivation builder....Ludovic Courtès
2016-05-21derivations: 'derivation' sorts items in the resulting object....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2016-03-23derivations: Raise an error when a module file is not found....Ludovic Courtès
2016-03-20derivations: Add #:disallowed-references....Ludovic Courtès
2016-03-06tests: Disable grafting by default for most tests....Ludovic Courtès
2016-02-22derivations: Move grafts to (guix grafts)....Ludovic Courtès
2016-01-19derivations: Add test in keep-going mode....Ludovic Courtès
2016-01-18derivations: Add test for #:leaked-env-vars....Ludovic Courtès
2015-12-09derivations: Determine what's built in 'check' mode....Ludovic Courtès
2015-10-06utils: Remove Nixpkgs helpers....Ludovic Courtès
2015-09-05tests: Fix typos....Ludovic Courtès