julia03: re-enable tests
This commit is contained in:
parent
51bbf7f2a3
commit
32b9ac5117
@ -140,7 +140,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = true;
|
# Test fail on i686 (julia version 0.3.10)
|
||||||
|
doCheck = !stdenv.isi686;
|
||||||
checkTarget = "testall";
|
checkTarget = "testall";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user