Raymond Toy pushed to branch issue-358-macos-git-cert-error at cmucl / cmucl
Commits:
90efb3d5 by Raymond Toy at 2024-10-16T08:56:08-07:00
More debugging of osx:install stage
Add `before_script` to print out what git we're using.
Ignore any failures in this stage too.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -165,6 +165,10 @@ osx:install:
artifacts:
paths:
- snapshot/
+ allow_failure: true
+ before_script:
+ - type -all git
+ - git --version
script:
- echo PATH = $PATH
- ls -F /usr/local/bin
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/90efb3d57e98dbfed159194…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/90efb3d57e98dbfed159194…
You're receiving this email because of your account on gitlab.common-lisp.net.
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/9f1988d755483f804d50d75…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9f1988d755483f804d50d75…
You're receiving this email because of your account on gitlab.common-lisp.net.