Temporarily turn of multicore build differently, using -J1 broke test_distutils
This commit is contained in:
parent
f5250ecae7
commit
dfb79526a3
@ -970,8 +970,8 @@ BuildPython() {
|
||||
# missing symbol AnnotateRWLockDestroy
|
||||
#
|
||||
# Invoke the build:
|
||||
# TODO: it seems that 3.4.0a4 fails without -J1, have to figure out why
|
||||
make EXTRA_CFLAGS="$CFLAGS -J1" %{?_smp_mflags}
|
||||
# TODO: it seems that 3.4.0a4 fails with %{?_smp_flags}, have to figure out why
|
||||
make EXTRA_CFLAGS="$CFLAGS"
|
||||
|
||||
popd
|
||||
echo FINISHED: BUILD OF PYTHON FOR CONFIGURATION: $ConfDir
|
||||
|
Loading…
Reference in New Issue
Block a user