Raymond Toy pushed to branch rtoy-add-opensuse-runner at cmucl / cmucl
Commits: 60af3248 by Raymond Toy at 2024-08-04T15:11:17-07:00 Use correct dependency on opensuse:install
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -283,7 +283,7 @@ opensuse:build: - linux-3/*.log - linux-4/ needs: - - job: linux:opensuse + - job: opensuse:install artifacts: true script: # Do cross compile first
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/60af324892714f0ae7912e05...