Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl Commits: 6b926281 by Raymond Toy at 2025-12-16T16:38:24-08:00 Try to fix bugs For darwin builds, explicitly set CONFIG to x86_darwin. For Linux cross-compile, we forgot to specify the config with create-target.sh. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -183,8 +183,8 @@ linux:cross-build: #- job: linux:install artifacts: true script: - - bin/create-target.sh xtarget - - bin/create-target.sh xcross + - bin/create-target.sh xtarget $CONFIG + - bin/create-target.sh xcross $CONFIG - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp - bin/build.sh -b xlinux $bootstrap -R -C $CONFIG -o "xtarget/lisp/lisp -lib xtarget/lisp" - bin/make-dist.sh -I xdist xlinux-4 @@ -257,7 +257,7 @@ osx:build: - job: osx:install artifacts: true variables: - CONFIG: "" + CONFIG: "x86_darwin" osx:test: <<: *unit_test_configuration View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6b9262814ba76a22ec1e5512... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6b9262814ba76a22ec1e5512... You're receiving this email because of your account on gitlab.common-lisp.net.