Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl
Commits:
-
eed071ef
by Raymond Toy at 2025-08-12T07:19:06-07:00
1 changed file:
Changes:
... | ... | @@ -174,6 +174,11 @@ linux:cross-build: |
174 | 174 | - job: linux:build
|
175 | 175 | #- job: linux:install
|
176 | 176 | artifacts: true
|
177 | + variables:
|
|
178 | + # The CI on linux needs to use clang to build the core-math
|
|
179 | + # routines. Gcc gets an internal compiler error for the OS
|
|
180 | + # running the linux builder.
|
|
181 | + build_config: "x86_linux_clang"
|
|
177 | 182 | script:
|
178 | 183 | # Use x86_linux_clang to build because x86_linux with gcc gives an
|
179 | 184 | # internal compiler error building core-math.
|