Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cmucl cmucl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cmucl
  • cmuclcmucl
  • Merge requests
  • !82

Merged
Created Oct 18, 2021 by Raymond Toy@rtoyOwner

Use /opt/local/bin/curl on OSX instead of /usr/bin/curl

  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 1

Don't know why, but /usr/bin/curl now fails to verify the cert used by common-lisp.net. Macports did too, but I've updated macports to the latest, and it doesn't seem to have that problem.

Let's see if this fixes the issue.

Git clone was also failing on OSX CI with an SSL cert problem (cert expired). Explicitly use /opt/local/bin/git.

Fixes #119 (closed).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: issue-119-ci-osx-install-fails