julia03: re-enable tests
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user