Raymond Toy pushed to branch issue-337-cross-compile-linux-x86-fails at cmucl / cmucl
Commits:
-
92732c62
by Raymond Toy at 2024-07-15T16:12:06-07:00
1 changed file:
Changes:
... | ... | @@ -56,6 +56,12 @@ linux:cross-build: |
56 | 56 | stage: build
|
57 | 57 | tags:
|
58 | 58 | - linux
|
59 | + artifacts:
|
|
60 | + paths:
|
|
61 | + - xdist/
|
|
62 | + - linux-2/*.log
|
|
63 | + - linux-3/*.log
|
|
64 | + - linux-4/*.log
|
|
59 | 65 | needs:
|
60 | 66 | - job: linux:install
|
61 | 67 | artifacts: true
|