forked from the-distro/ofborg
Don't build release on darwin
This commit is contained in:
parent
441853e724
commit
104daac70d
|
@ -68,7 +68,7 @@ impl worker::SimpleWorker for BuildWorker {
|
||||||
_ => "./default.nix"
|
_ => "./default.nix"
|
||||||
};
|
};
|
||||||
|
|
||||||
if buildfile == "./nixos/default.nix" && self.system != "x86_64-linux" {
|
if buildfile == "./nixos/release.nix" && self.system != "x86_64-linux" {
|
||||||
// NixOS jobs get routed to all builders, even though darwin
|
// NixOS jobs get routed to all builders, even though darwin
|
||||||
// cannot build them.
|
// cannot build them.
|
||||||
return self.actions().nasty_hack_linux_only(&job);
|
return self.actions().nasty_hack_linux_only(&job);
|
||||||
|
|
Loading…
Reference in a new issue