[Git][cmucl/cmucl][issue-119-ci-osx-install-fails] Use /opt/local/bin/git
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Sun Oct 17 23:43:45 UTC 2021
Raymond Toy pushed to branch issue-119-ci-osx-install-fails at cmucl / cmucl
Commits:
6215f6a9 by Raymond Toy at 2021-10-17T16:43:32-07:00
Use /opt/local/bin/git
The osx:ansi-test fails with this message:
```
$ git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
Cloning into 'ansi-test'...
fatal: unable to access
'https://gitlab.common-lisp.net/cmucl/ansi-test.git/': SSL certificate problem: certificate has expired
```
But I don't know why. I can run this manually using /usr/bin/git and
/opt/local/bin/git without running into the problem. Trying
/opt/local/bin/git to see if it helps.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -161,8 +161,8 @@ osx:ansi-test:
- job: osx:build
artifacts: true
before_script:
- - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
- - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
+ - /opt/local/bin/git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
+ - (cd ansi-test; /opt/local/bin/git checkout rtoy-cmucl-expected-failures)
script:
- cd ansi-test
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6215f6a957ee25b97ed52976a1e4b0e1a5fa8543
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6215f6a957ee25b97ed52976a1e4b0e1a5fa8543
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20211017/4d637910/attachment.html>
More information about the cmucl-cvs
mailing list