mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
bs-platform: fix build on aarch64
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
parent
5c2a7d0f07
commit
56dcbc391a
@ -30,9 +30,8 @@ stdenv.mkDerivation {
|
||||
cp ${custom-ninja}/bin/ninja vendor/ninja/snapshot/ninja.linux
|
||||
'';
|
||||
|
||||
configurePhase = ''
|
||||
node scripts/ninja.js config
|
||||
'';
|
||||
# avoid building the development version, will break aarch64 build
|
||||
dontConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
# This is an unfortunate name, but it's actually how to build a release
|
||||
|
@ -21,8 +21,5 @@ in
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ turbomack gamb anmonteiro ];
|
||||
platforms = platforms.all;
|
||||
# Currently there is an issue with aarch build in hydra
|
||||
# https://github.com/BuckleScript/bucklescript/issues/4091
|
||||
badPlatforms = platforms.aarch64;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user