mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 22:41:08 +01:00
Merge pull request #14147 from lovesegfault/nix-multi-ci
ci: test without s3 and with curl-based-s3
This commit is contained in:
commit
fc8b784924
5 changed files with 109 additions and 7 deletions
|
|
@ -34,6 +34,9 @@ let
|
|||
inherit (lib) fileset;
|
||||
in
|
||||
|
||||
assert lib.assertMsg (!withAWS || !withCurlS3)
|
||||
"withAWS and withCurlS3 are mutually exclusive - cannot enable both S3 implementations simultaneously";
|
||||
|
||||
mkMesonLibrary (finalAttrs: {
|
||||
pname = "nix-store";
|
||||
inherit version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue