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

Make FreeBSD builds more resilient. #730

Merged
merged 1 commit into from
May 30, 2022
Merged

Commits on May 30, 2022

  1. Make FreeBSD builds more resilient.

    Do not hardcode exact versions of the FreeBSD release, `openssl`, or `sqlite3` versions. Rather, use the FreeBSD ftp server to determine the latest `12.X` release, and use the package list downloaded to determine the latest `openssl` and `sqlite3` versions.
    
    Since we use a dynamic version of FreeBSD, and have no good way of detecting this later, we write the version and revision to `/opt/freebsd-version`.
    
    Fixes cross-rs#695.
    Alexhuszagh committed May 30, 2022
    Configuration menu
    Copy the full SHA
    a89199c View commit details
    Browse the repository at this point in the history