Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits:
-
48f51460
by Jon Boone at 2023-06-07T17:26:08-04:00
1 changed file:
Changes:
... | ... | @@ -46,7 +46,8 @@ linux:build: |
46 | 46 | #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
47 | 47 | # Regular build using the cross-compiled result or snapshot
|
48 | 48 | - ls -laR snapshot/lib/cmucl/lib/locale
|
49 | - - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp
|
|
49 | + # - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp
|
|
50 | + - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
|
50 | 51 | - ls -laR linux-4/i18n/locale
|
51 | 52 | - bin/make-dist.sh -I dist linux-4
|
52 | 53 | - ls -laR dist/lib/cmucl/lib/locale
|