Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | pkgconfig -> pkg-config | Eelco Dolstra | |
2021-12-15 | Revert "update flake.nix to 21.11" | Eelco Dolstra | |
This reverts commit ad9322a48fce955fb30b111b0fb5c3b8007a6e2e because it breaks hydraJobs.buildStatic.* and the evaluation of some tests. | |||
2021-12-03 | update flake.nix to 21.11 | Jörg Thalheim | |
2021-11-26 | Add a matrix of stdenvs to the flake | regnat | |
For a (currently hardcoded and limited) list of stdenvs, make `.#$nix-${stdenvName}` correspond to a Nix built with the corresponding stdenv. For example, `.#nix-${clang11Stdenv}` is Nix built with clang11. Likewise, `devShells.x86_64-linux.clang11StdenvPackages` is a development shell for Nix with clang11, that can be used with ```shell nix develop .#clang11StdenvPackages ``` Fix #4129 /cc @pamplemousse | |||
2021-11-25 | flake.nix: Only have checks.*.dockerImage on supported systems | Eelco Dolstra | |
2021-11-24 | Add dockerImage to the checks | Rok Garbas | |
2021-11-24 | Don't copy, to reduce store size | Rok Garbas | |
2021-11-23 | Make docker image downloadable in Hydra UI | Rok Garbas | |
2021-11-22 | flake: Do not use aliases | Jan Tojnar | |
gmock is not available with `nixpkgs.config.allowAliases = false`. | |||
2021-11-11 | Docker image with Nix inside | Rok Garbas | |
2021-10-28 | Merge remote-tracking branch 'origin/master' into non-blocking-gc | Eelco Dolstra | |
2021-10-23 | Fix devShell build on non-NixOS with a different boost version | Benoit de Chezelles | |
2021-10-15 | Run installTests on Hydra | Eelco Dolstra | |
2021-10-07 | Adds a test for nss preload mechanism | Arthur Gautier | |
This tests for the fix implemented in #5224 Signed-off-by: Arthur Gautier <baloo@superbaloo.net> | |||
2021-10-06 | Make Mercurial optional for the flakes tests | Eelco Dolstra | |
2021-10-06 | Disable testing against nixUnstable on macOS | Eelco Dolstra | |
This is failing randomly at the moment which isn't very helpful. | |||
2021-10-05 | Compatibility | Eelco Dolstra | |
2021-10-05 | Revert "Shorten the test drv name" | Eelco Dolstra | |
This reverts commit 5ec873b127139ca90cc31967c25c9a34fb4cc3e4. | |||
2021-09-27 | Use separate lowdown | Eelco Dolstra | |
Overriding the lowdown in nixpkgs can break nixUnstable. | |||
2021-09-24 | Use latest lowdown | Eelco Dolstra | |
This improves list rendering (https://github.com/kristapsdz/lowdown/issues/73). | |||
2021-09-20 | flake: Use the real nixUnstable from nixpkgs | regnat | |
Don’t let it pick our overriden lowdown as that would cause it not to be cached in cache.nixos.org | |||
2021-09-14 | Merge pull request #5246 from edolstra/faster-check | Eelco Dolstra | |
Speed up 'nix flake check' | |||
2021-09-14 | flake.nix: Don't do cross builds in 'nix flake check' | Eelco Dolstra | |
'nix flake check' should be relatively fast, so it's not the best place to do cross-builds. We're already doing that in Hydra. | |||
2021-09-14 | nix-tests: Run 'make installcheck' in parallel | Eelco Dolstra | |
2021-09-13 | lowdown: Update to 0.8.6 | Eelco Dolstra | |
2021-07-15 | nlohmann_json: Update to 3.9.1, fix use of internal copy | Eelco Dolstra | |
2021-06-29 | Disable -pie on static nix | Matthew Bauer | |
This should resolve the failing build. See https://github.com/NixOS/nixpkgs/pull/128674 for a better fix. | |||
2021-06-29 | Only cross compile from x86_64-linux | Matthew Bauer | |
This is broken on aarch64-linux / x86_64-darwin, so might as well just disable it for now. | |||
2021-06-29 | Merge pull request #4944 from hercules-ci/fix-gc-crash | Eelco Dolstra | |
Fix gc crash | |||
2021-06-28 | Support binaryTarballCross in gha | Matthew Bauer | |
2021-06-26 | Build cross-compilation in gha | Matthew Bauer | |
2021-06-26 | Support cross-compiling binaryTarball | Matthew Bauer | |
2021-06-25 | Merge remote-tracking branch 'origin/master' into cross-jobs | Matthew Bauer | |
2021-06-24 | boehmgc: Crude support for coroutines | Robert Hensing | |
Fixes the problem where a stack pointer outside the original thread causes the collector to crash. It could be made more accurate by recording the stack pointer every time we switch to a coroutine. We can use this information to update our own coroutine stacks like normal data. When the stack pointer is on a thread, we can add a field to GC_thread "fallback_sp" to be used when the thread sp is outside the original thread range. | |||
2021-06-21 | perlBindings: fix build on aarch64-darwin | Domen Kožar | |
2021-06-01 | Include aarch64-darwin in installer | Finn Behrens | |
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com> | |||
2021-06-01 | enable aarch64-darwin build | Finn Behrens | |
disable lowdown sandbox on aarch64-darwin | |||
2021-05-29 | Build for aarch64-darwin | Domen Kožar | |
2021-04-23 | Use lowdown 0.8.4 | Eelco Dolstra | |
2021-04-15 | Merge branch 'build-with-strictDeps' of https://github.com/hercules-ci/nix | Eelco Dolstra | |
2021-04-15 | Drop libbz2 / zlib / lzma dependency + style fixes | Eelco Dolstra | |
2021-03-31 | flake.nix: Make the sandbox tests work again | Robert Hensing | |
2021-03-31 | flake.nix: Build nix with strictDeps = true | Robert Hensing | |
2021-03-29 | Merge pull request #4239 from tweag/test-against-old-daemon | Eelco Dolstra | |
Add a CI check to ensure compatibility with an old daemon | |||
2021-03-29 | nixpkgs/master compatibility | Eelco Dolstra | |
2021-03-16 | Shorten the test drv name | regnat | |
To prevent the OSX build to fail because of a too long socket path | |||
2021-03-16 | Make the tests (optionnally) run in another derivation | regnat | |
That way we can run them without rebuilding Nix | |||
2021-03-16 | Add a test ensuring compatibility with an old daemon | regnat | |
This requires adding `nix` to its own closure which is a bit unfortunate, but as it is optional (the test will be disabled if `OUTER_NIX` is unset) it shouldn't be too much of an issue. (Ideally this should go in another derivation so that we can build Nix and run the test independently, but as the tests are running in the same derivation as the build it's a bit complicated to do so). | |||
2021-03-09 | Merge branch 'master' into cross-jobs | Matthew Bauer | |
2021-02-25 | Merge pull request #4549 from NixOS/installer-artifact | Eelco Dolstra | |
Test macos/linux installer script for each push |