Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits:
-
82349026
by Jon Boone at 2023-06-18T10:15:22-04:00
1 changed file:
Changes:
... | ... | @@ -45,12 +45,9 @@ linux:build: |
45 | 45 | #- bin/create-target.sh xcross x86_linux_clang
|
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 | - - ls -laR snapshot/lib/cmucl/lib/locale
|
|
49 | 48 | - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp
|
50 | 49 | # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
51 | - - ls -laR linux-4/i18n/locale
|
|
52 | 50 | - bin/make-dist.sh -I dist linux-4
|
53 | - - ls -laR dist/lib/cmucl/lib/locale
|
|
54 | 51 | |
55 | 52 | linux:test:
|
56 | 53 | stage: test
|
... | ... | @@ -65,7 +62,6 @@ linux:test: |
65 | 62 | - job: linux:build
|
66 | 63 | artifacts: true
|
67 | 64 | script:
|
68 | - - ls -laR dist/lib/cmucl/lib/locale/
|
|
69 | 65 | - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
70 | 66 | |
71 | 67 | linux:ansi-test:
|