Raymond Toy pushed to branch issue-358-macos-git-cert-error at cmucl / cmucl
Commits: 9f1988d7 by Raymond Toy at 2024-10-14T14:20:19-07:00 Fix bad CI syntax introduced in previous debugging commit
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -183,9 +183,9 @@ osx:build: - darwin-2/*.log - darwin-3/*.log - darwin-4/*.log - needs: - - #job: osx:install - artifacts: true +# needs: +# - job: osx:install +# artifacts: true script: # Do cross compile first #- bin/create-target.sh xtarget x86_darwin
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9f1988d755483f804d50d759...