Skip to content
New issue

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

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

Already on GitHub? # to your account

fix ci: bump openssl version in freebsd #502

Merged
merged 1 commit into from
Dec 17, 2020
Merged

fix ci: bump openssl version in freebsd #502

merged 1 commit into from
Dec 17, 2020

Conversation

japaric
Copy link
Contributor

@japaric japaric commented Dec 16, 2020

https://pkg.freebsd.org/FreeBSD:12:i386/quarterly/All/openssl-1.1.1h,1.txz returns 404 and it's making the freebsd build job fail in CI
OpenSSL 1.1.1i was released ~8 days ago and that URL seems to work so this PR bumps the openssl version

@japaric
Copy link
Contributor Author

japaric commented Dec 17, 2020

https://dev.azure.com/rust-embedded/cross/_build/results?buildId=793&view=logs&j=6e847cca-24ce-5b2d-e476-7fadc4226834&t=4f4f83a6-27d6-5138-5def-6e63a5c30d1a&l=144

curl --retry 3 -sSfL https://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/All/openssl-1.1.1i,1.txz -O
/tmp/tmp.a0zqGdWJ4q /
curl: (22) The requested URL returned error: 404 Not Found

That failed yesterday (on the other freebsd build) but it seems the URL works now: https://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/All/openssl-1.1.1i,1.txz

EDIT: so retry-ing CI should report all builds green

@reitermarkus
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 17, 2020

Build succeeded:

@bors bors bot merged commit 0d818c6 into master Dec 17, 2020
@bors bors bot deleted the fix-freebsd-ci branch December 17, 2020 10:19
@Emilgardis Emilgardis added this to the v0.2.2 milestone Jun 15, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants