3170f77f5e
- add mzdyn3m.o which gets built on s390x (possibly replacing mzdyn3m.lo) This time I even have a successful build :-) (see openSUSE_Factory_zSystems) As a side note: there is a very long time in the build without any output: [ 13s] cc -O2 -DZUO_LIB_PATH='"'".././zuo/lib"'"' -o bin/zuo ./zuo/zuo.c [ 9616s] bin/zuo . all MAKE="/usr/bin/make" Depending on the load on the mainframe, this time can even be longer, and causes the build to abort because there's no output for a very long time. From the openSUSE_Factory / s390x build log (which seems to have a shorter timeout of "only" 90 minutes): [ 12s] cc -O2 -DZUO_LIB_PATH='"'".././zuo/lib"'"' -o bin/zuo ./zuo/zuo.c [ 5417s] qemu-system-s390x: terminating on signal 15 from pid 99276 (<unknown process>) If there is a way to make that cc call faster and/or more verbose, please do it ;-) OBS-URL: https://build.opensuse.org/request/show/1169536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=86
32 lines
637 B
XML
32 lines
637 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<sandbox>kvm</sandbox>
|
|
<hostlabel exclude="true">SLOW_CPU</hostlabel>
|
|
<hardware>
|
|
<processors>4</processors>
|
|
<physicalmemory>
|
|
<size unit="G">4</size>
|
|
</physicalmemory>
|
|
<memory>
|
|
<size unit="G">6</size>
|
|
</memory>
|
|
<disk>
|
|
<size unit="G">1</size>
|
|
</disk>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>i586</arch>
|
|
<arch>x86_64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<cpu>
|
|
<flag>mmx</flag>
|
|
<flag>sse</flag>
|
|
<flag>sse2</flag>
|
|
<flag>ssse3</flag>
|
|
</cpu>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|