Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FreeBSD 12 from CI. #517

Merged
merged 1 commit into from Jan 17, 2023
Merged

Commits on Jan 17, 2023

  1. Remove FreeBSD 12 from CI.

    FreeBSD 12 has been failing in CI like this:
    
    ```
    ...
    [5/5] Extracting curl-7.87.0: .......... done
    curl https://sh.rustup.rs -sSf --output rustup.sh
    curl: (60) SSL certificate problem: unable to get local issuer certificate
    More details here: https://curl.se/docs/sslcerts.html
    
    curl failed to verify the legitimacy of the server and therefore could not
    establish a secure connection to it. To learn more about this situation and
    how to fix it, please visit the web page mentioned above.
    
    Exit status: 60
    ```
    
    The FreeBSD 13 run still works, so switch to just testing on
    FreeBSD 13.
    sunfishcode committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c87baa1 View commit details
    Browse the repository at this point in the history