
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 Linux cross-compile needs x86_linux_clang As we did for the linux and opensuse builders, we need to set the build_config to Config.x86_linux_clang to build the core-math routines. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -174,6 +174,11 @@ linux:cross-build: - job: linux:build #- job: linux:install artifacts: true + variables: + # The CI on linux needs to use clang to build the core-math + # routines. Gcc gets an internal compiler error for the OS + # running the linux builder. + build_config: "x86_linux_clang" script: # Use x86_linux_clang to build because x86_linux with gcc gives an # internal compiler error building core-math. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/eed071ef3e30185ea44794e5... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/eed071ef3e30185ea44794e5... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)