bs-platform: fix build on aarch64

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
Antonio Nuno Monteiro
2020-02-07 11:49:57 -08:00
co-authored by Jon
parent 5c2a7d0f07
commit 56dcbc391a
2 changed files with 2 additions and 6 deletions
@@ -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;
};
})