Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-08 | Only store hash of fixed derivation output | Matthew Bauer | |
we don’t need a full storepath for a fixedoutput derivation. So just putting the ingestion method + the hash is sufficient. | |||
2020-07-08 | Add name to BasicDerivation | Matthew Bauer | |
We always have a name for BasicDerivation, since we have a derivation store path that has a name. | |||
2020-07-08 | upload-release.pl: Update latest-release branch | Eelco Dolstra | |
2020-07-08 | Fix 'got unknown message type 1 from Nix daemon' | Eelco Dolstra | |
Example: $ nix-build -E 'with import <nixpkgs> {}; runCommand "foo" { x = runCommand "bar" {} "exit 1"; } "echo foo; exit 1"' warning: unknown setting 'auto-allocate-uids' these 2 derivations will be built: /nix/store/v4fbdbhcdi949929a67g8farwf72zgam-bar.drv /nix/store/k4fsvrjl7cp2xpz7927iv7g0dqj1zyhs-foo.drv warning: unknown setting 'auto-allocate-uids' building '/nix/store/v4fbdbhcdi949929a67g8farwf72zgam-bar.drv'... error: --- Error ----------------------------------------------------------------------------------------------------------------------------------------------------------------- nix-daemon builder for '/nix/store/v4fbdbhcdi949929a67g8farwf72zgam-bar.drv' failed with exit code 1 error: --- Error ------------------------------------------------------------------------------------------------------------------------------------------------------------------ nix-build got unknown message type 1 from Nix daemon | |||
2020-07-07 | Fix coverage build | Eelco Dolstra | |
2020-07-07 | exportReferencesGraph: Fix support for non-top-level store paths | Eelco Dolstra | |
Fixes #3471. | |||
2020-07-06 | Merge pull request #3783 from bburdette/macos-test | Eelco Dolstra | |
address failing addTrace test | |||
2020-07-06 | bump | Ben Burdette | |
2020-07-06 | revamp trace code and test | Ben Burdette | |
2020-07-04 | spacing | Ben Burdette | |
2020-07-03 | Merge branch 'add-trace' of https://github.com/bburdette/nix | Eelco Dolstra | |
2020-07-03 | Merge branch 'master' into add-trace | Ben Burdette | |
2020-07-03 | nix develop: Fix bad regex | Eelco Dolstra | |
This was accepted by libstdc++ but not libc++. https://hydra.nixos.org/build/123569154 | |||
2020-07-03 | Shut up a clang warning | Eelco Dolstra | |
2020-07-03 | Merge pull request #3778 from tweag/parallel-tests | Eelco Dolstra | |
Parallel tests fixes | |||
2020-07-03 | Hopefully fix macOS test failure | Eelco Dolstra | |
2020-07-03 | Shorten the path to the test root | regnat | |
Fix a socket length failure on the OSX builders | |||
2020-07-03 | Fix the test dependencies | regnat | |
Reuse the pre-existing list rather than the one written as part of #3777 | |||
2020-07-02 | Add test for nix develop | Eelco Dolstra | |
2020-07-02 | Fix abort in 'nix develop' | Eelco Dolstra | |
2020-07-02 | spacing | Ben Burdette | |
2020-07-02 | move showTrace to new loggerSettings | Ben Burdette | |
2020-07-02 | Set gc-reserved-space to 0 in tests | Eelco Dolstra | |
This reduces the amount of disk space needed to run the tests from half a gigabyte to 10 megabytes. | |||
2020-07-02 | Merge branch 'parallel-tests' of https://github.com/tweag/nix | Eelco Dolstra | |
2020-07-02 | Make the gc-auto test more reliable | regnat | |
Use a fifo pipe to handle the synchronisation between the different threads rather than relying on delays | |||
2020-07-02 | Make the gc-concurrent test more reliable | regnat | |
Use a fifo pipe to handle the synchronisation between the different threads rather than relying on delays | |||
2020-07-02 | Run the tests in parallel | regnat | |
Cause the time needed to run the testsuite to drop from ~4mins to ~40s | |||
2020-07-02 | assert for invalid fileorigin | Ben Burdette | |
2020-07-01 | spacing | Ben Burdette | |
2020-07-01 | if no errLoc, no Loc. | Ben Burdette | |
2020-07-01 | don't include errpos for addErrorContext | Ben Burdette | |
2020-07-01 | non-pos trace test | Ben Burdette | |
2020-07-01 | Cleanup | Eelco Dolstra | |
2020-07-01 | Merge branch 'remote-query-outputs' of https://github.com/tweag/nix | Eelco Dolstra | |
2020-06-30 | fix tests with the 'from string' change | Ben Burdette | |
2020-06-30 | 'from string' | Ben Burdette | |
2020-06-30 | comments and cleanup | Ben Burdette | |
2020-06-30 | double addtrace for 'called from' | Ben Burdette | |
2020-06-30 | Merge branch 'master' into add-trace | Ben Burdette | |
2020-06-30 | Merge pull request #3767 from bburdette/pos-null-check | Eelco Dolstra | |
Pos null check | |||
2020-06-30 | invalid pos check | Ben Burdette | |
2020-06-30 | check for a null symbol | Ben Burdette | |
2020-06-29 | trace formatting | Ben Burdette | |
2020-06-29 | NAR parser: Fix missing name field check | Eelco Dolstra | |
Discovered by @Kloenk. | |||
2020-06-29 | showTrace flag in loggers | Ben Burdette | |
2020-06-29 | Merge pull request #3729 from obsidiansystems/simpler-hased-mirror | Eelco Dolstra | |
hashed-mirrors: Use parsed derivation output rather than reconstructing it | |||
2020-06-29 | Merge pull request #3749 from rodarima/master | Eelco Dolstra | |
Fall back to copyPath if link fails with EPERM | |||
2020-06-28 | Merge pull request #3758 from ↵ | Domen Kožar | |
NixOS/dependabot/github_actions/cachix/install-nix-action-v10 Bump cachix/install-nix-action from v8 to v10 | |||
2020-06-28 | Bump cachix/install-nix-action from v8 to v10 | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from v8 to v10. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v8...63cf434de4e4292c6960639d56c5dd550e789d77) Signed-off-by: dependabot[bot] <support@github.com> | |||
2020-06-28 | Merge pull request #3757 from Mic92/dependabot | Domen Kožar | |
dependabot: automatically keep github actions up-to-date |