
Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl Commits: 0cca89a6 by Raymond Toy at 2025-08-12T15:52:01-07:00 Linux cross-compile needs x86_linux_clang Forgot to set the build config when running bin/build.sh. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -182,10 +182,10 @@ linux:cross-build: script: # Use x86_linux_clang to build because x86_linux with gcc gives an # internal compiler error building core-math. - - bin/create-target.sh xtarget x86_linux_clang - - bin/create-target.sh xcross x86_linux_clang + - bin/create-target.sh xtarget "$build_config" + - bin/create-target.sh xcross "$build_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 "" -o "xtarget/lisp/lisp -lib xtarget/lisp" + - bin/build.sh -b xlinux $bootstrap -R -C "$build_config" -o "xtarget/lisp/lisp -lib xtarget/lisp" - bin/make-dist.sh -I xdist xlinux-4 linux:test: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0cca89a6ac031562f71b294c... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0cca89a6ac031562f71b294c... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)