Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits: c2a36a08 by Jon Boone at 2023-06-07T21:08:55-04:00 revert to using clang, but leave the option to not use it
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -46,8 +46,8 @@ linux:build: #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp # Regular build using the cross-compiled result or snapshot - ls -laR snapshot/lib/cmucl/lib/locale - # - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp - - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp + - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp + # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp - ls -laR linux-4/i18n/locale - bin/make-dist.sh -I dist linux-4 - ls -laR dist/lib/cmucl/lib/locale
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c2a36a0827e245984341deac...