fstar: disable tests https://github.com/FStarLang/FStar/issues/676
(cherry picked from commit feef017564c292e088de69e97db4071bf08c2853) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
0c0188c5d2
commit
01895ff5ea
@ -50,7 +50,8 @@ stdenv.mkDerivation rec {
|
||||
-C src/ocaml-output
|
||||
'';
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
# https://github.com/FStarLang/FStar/issues/676
|
||||
doCheck = false;
|
||||
|
||||
preCheck = "ulimit -s unlimited";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user