mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
build: remove push-to-storage for ivory, brass, and solid pills
This commit is contained in:
parent
88e9d0eaec
commit
8073de5cc9
10
ci.nix
10
ci.nix
@ -102,16 +102,8 @@ in localLib.dimension "system" systems (systemName: system:
|
||||
extension = tarball.meta.extension;
|
||||
contentType = "application/x-gtar";
|
||||
};
|
||||
|
||||
# Top-level pill attributes build and push-to-storage - only on linux.
|
||||
} // lib.optionalAttrs (system == "x86_64-linux") {
|
||||
pill = recurseIntoAttrs {
|
||||
ivory = pushPill "ivory" dynamicPackages.ivory;
|
||||
brass = pushPill "brass" dynamicPackages.brass;
|
||||
solid = pushPill "solid" dynamicPackages.solid;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# Filter derivations that have meta.platform missing the current system,
|
||||
# such as testFakeShip on darwin.
|
||||
platformFilter = localLib.platformFilterGeneric system;
|
||||
|
Loading…
Reference in New Issue
Block a user