Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits:
-
908c2ef1
by Raymond Toy at 2024-07-24T09:58:44-07:00
1 changed file:
Changes:
| ... | ... | @@ -46,8 +46,10 @@ linux:build: |
| 46 | 46 | #- bin/create-target.sh xtarget x86_linux_clang
|
| 47 | 47 | #- bin/create-target.sh xcross x86_linux_clang
|
| 48 | 48 | #- bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
| 49 | - # Regular build using the cross-compiled result or snapshot
|
|
| 50 | - - bin/build.sh $bootstrap -R -C "x86_linux_clang" -o snapshot/bin/lisp
|
|
| 49 | + # Regular build using the cross-compiled result or snapshot. The
|
|
| 50 | + # analyzer job requires gcc, so make sure we build with gcc here
|
|
| 51 | + # instead of clang.
|
|
| 52 | + - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
|
| 51 | 53 | # - bin/build.sh $bootstrap -R -C "x86_linux" -o snapshot/bin/lisp
|
| 52 | 54 | # Use -V to specify the version in case some tag makes git
|
| 53 | 55 | # describe return something that make-dist.sh doesn't like.
|