mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
nix: clean up after x86_64-darwin drop
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Branch to merge into: **master** or **release-$nixos-version**
|
||||
|
||||
Build the affected Nix packages and run their tests on the following platforms: **x86_64-linux**, **aarch64-linux**, **x86_64-darwin**, and **aarch64-darwin**.
|
||||
Build the affected Nix packages and run their tests on the following platforms: **x86_64-linux**, **aarch64-linux**, and **aarch64-darwin**.
|
||||
If you lack the necessary hardware for these platforms, you may need to ask others for assistance with the builds.
|
||||
Alternatively, you can request access to the Nix community builder for all platforms [here](https://github.com/NixOS/aarch64-build-box) and [here](https://nix-community.org/community-builder/).
|
||||
|
||||
|
||||
@@ -125,8 +125,6 @@ let
|
||||
!(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin)
|
||||
# build failure
|
||||
&& !stdenv.hostPlatform.isStatic
|
||||
# LTO breaks exception handling on x86-64-darwin.
|
||||
&& stdenv.system != "x86_64-darwin"
|
||||
)
|
||||
''
|
||||
case "$mesonBuildType" in
|
||||
|
||||
Reference in New Issue
Block a user