Raymond Toy pushed to branch issue-265-ci-broken-on-mac-os at cmucl / cmucl
Commits:
-
6e9732d5
by Raymond Toy at 2023-11-14T14:10:46-08:00
1 changed file:
Changes:
... | ... | @@ -131,7 +131,6 @@ osx:build: |
131 | 131 | # Need /opt/local/bin to get msgmerge and msgfmt programs.
|
132 | 132 | - PATH=/opt/local/bin:$PATH bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
|
133 | 133 | - bin/make-dist.sh -I dist darwin-4
|
134 | - - ls dist/lib/cmucl/lib/locale/en\@piglatin/LC_MESSAGES
|
|
135 | 134 | |
136 | 135 | osx:test:
|
137 | 136 | stage: test
|
... | ... | @@ -147,7 +146,6 @@ osx:test: |
147 | 146 | artifacts: true
|
148 | 147 | script:
|
149 | 148 | - echo LANG = $LANG
|
150 | - - ls dist/lib/cmucl/lib/locale/en\@piglatin/LC_MESSAGES
|
|
151 | 149 | - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
152 | 150 | |
153 | 151 | osx:ansi-test:
|
... | ... | @@ -162,6 +160,9 @@ osx:ansi-test: |
162 | 160 | - job: osx:build
|
163 | 161 | artifacts: true
|
164 | 162 | script:
|
163 | + # NB: sometimes we can't clone the ansi-test repo (bad cert!?!).
|
|
164 | + # Manually cloning it in the gitlab build dir helps with this
|
|
165 | + # issue until we can figure out what's going on.
|
|
165 | 166 | - bin/run-ansi-tests.sh -l dist/bin/lisp
|
166 | 167 |
|
167 | 168 | osx:benchmark:
|