Raymond Toy pushed to branch issue-469-enable-cr-pow at cmucl / cmucl Commits: bd64e4c6 by Raymond Toy at 2026-02-04T11:03:39-08:00 Use gcc to build on Ubuntu I manually tested building lisp with gcc on the Ubuntu CI runner (not the base VM). I verifed that the ansi-tests pass. I hope that's still true when actually running the CI. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -348,8 +348,10 @@ ubuntu:build: - job: ubuntu:install artifacts: true variables: - # Ubuntu 25.10 can build with either gcc or clang and pass the ansi-tests. - CONFIG: "x86_linux_clang" + # Build with gcc on Ubuntu 25.10. It produces a lisp than passes + # the ansi-tests. Clang seems to fail the ansi-tests WRITE.1, + # PRINT.1, and friends when cr_pow is used. + CONFIG: "x86_linux" ubuntu:test: <<: *unit_test_configuration View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bd64e4c64e601124cd25a071... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/bd64e4c64e601124cd25a071... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)