Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-23 | add sourcehut integration test | Gabriel Fontes | |
2022-02-11 | flake.nix: Fix indent | Eelco Dolstra | |
2022-01-26 | Use the `nix` command (and flakes) in the CI | regnat | |
Apart from a slight simplification and a bit of dogfooding, this also make the cache behavior more predictable. For example `nix build .` and `nix build nix/$(git rev-parse HEAD)` will yield the exact same path, while their “intuitive” non-flake equivalents (`nix-build` and `nix-build https://github.com/nixos/nix/archives/$(git rev-parse HEAD).tar.gz`) don’t. This was a pain for example in https://github.com/NixOS/nix/pull/5059 Also, the `bar-with-logs` log format is imho nicer (even in an non-interactive context) because prefixing each log line with the name of the derivation that produced it makes it much easier to follow what’s going on. | |||
2022-01-26 | Stop vendoring nlohmann_json | Eelco Dolstra | |
2022-01-25 | flake.nix: Fix indentation | Eelco Dolstra | |
2022-01-25 | Add regression / performance tests against a fixed revision of Nixpkgs | Eelco Dolstra | |
2022-01-21 | Merge remote-tracking branch 'origin/master' into ↵ | Rok Garbas | |
push-docker-image-to-docker-hub | |||
2022-01-15 | Remove the references to boost on darwin | regnat | |
2022-01-14 | Forbid runtime references to boost | regnat | |
We explicitly hack around to remove them, so might as well check that the hack is useful. (Introduced because I feared that the changes of https://github.com/NixOS/nix/pull/5906#discussion_r784810238 would bring back some runtime references) | |||
2022-01-11 | Push docker image (only x86_64-linux right now) to hub.docker.com | Rok Garbas | |
2021-12-22 | Make bash completion for 'nix' work in a devshell | Eelco Dolstra | |
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 | |