mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix build-all-cores
Some checks failed
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, sse4) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Mac / build (--without-sb-thread, x86-64) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc) (push) Waiting to run
Mac / build (arm64, --with-sb-thread) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread) (push) Waiting to run
Windows / build (push) Waiting to run
Linux qemu / ppc64le (push) Failing after 1s
Some checks failed
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, sse4) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Mac / build (--without-sb-thread, x86-64) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc) (push) Waiting to run
Mac / build (arm64, --with-sb-thread) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread) (push) Waiting to run
Windows / build (push) Waiting to run
Linux qemu / ppc64le (push) Failing after 1s
This commit is contained in:
parent
bfb0d90c5b
commit
b99036a396
|
|
@ -127,6 +127,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -128,6 +128,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 8) ; #x8
|
||||
(defconstant fpe-intdiv 7) ; #x7
|
||||
(defconstant fpe-fltdiv 1) ; #x1
|
||||
|
|
|
|||
|
|
@ -126,6 +126,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -127,6 +127,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -126,6 +126,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -126,6 +126,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -126,6 +126,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -126,6 +126,9 @@
|
|||
(defconstant sigwinch 20) ; #x14
|
||||
(defconstant sigxcpu 30) ; #x1e
|
||||
(defconstant sigxfsz 31) ; #x1f
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -128,6 +128,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
|
|
@ -127,6 +127,9 @@
|
|||
(defconstant sigwinch 28) ; #x1c
|
||||
(defconstant sigxcpu 24) ; #x18
|
||||
(defconstant sigxfsz 25) ; #x19
|
||||
(defconstant itimer-real 0) ; #x0
|
||||
(defconstant itimer-virtual 1) ; #x1
|
||||
(defconstant itimer-prof 2) ; #x2
|
||||
(defconstant fpe-intovf 2) ; #x2
|
||||
(defconstant fpe-intdiv 1) ; #x1
|
||||
(defconstant fpe-fltdiv 3) ; #x3
|
||||
|
|
|
|||
Loading…
Reference in a new issue