spidermonkey: Enable tests on 31.5.
This commit is contained in:
parent
cde9fb47a9
commit
33a1d8080b
@ -27,9 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-system-ffi"
|
"--with-system-ffi"
|
||||||
"--enable-readline"
|
"--enable-readline"
|
||||||
|
|
||||||
# there is at least one unfixed issue building the tests, so I didn't bother
|
|
||||||
"--disable-tests"
|
|
||||||
|
|
||||||
# enabling these because they're wanted by 0ad. They may or may
|
# enabling these because they're wanted by 0ad. They may or may
|
||||||
# not be good defaults for other uses.
|
# not be good defaults for other uses.
|
||||||
"--enable-gcgenerational"
|
"--enable-gcgenerational"
|
||||||
@ -44,9 +41,6 @@ stdenv.mkDerivation rec {
|
|||||||
# to re-enable parallel builds if the source revision changes.
|
# to re-enable parallel builds if the source revision changes.
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
# see comment by --disable-tests
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
# The headers are symlinks to a directory that doesn't get put
|
# The headers are symlinks to a directory that doesn't get put
|
||||||
# into $out, so they end up broken. Fix that by just resolving the
|
# into $out, so they end up broken. Fix that by just resolving the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user