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

Temporarily disable CI on FreeBSD 15 #3974

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

asomers
Copy link
Contributor

@asomers asomers commented Oct 15, 2024

FreeBSD 15 is the unstable development release. Currently its GCE images available to Cirrus CI don't work because the solib version of libmd was just bumped, and the package builders haven't yet caught up.

Issue #3967

@rustbot
Copy link
Collaborator

rustbot commented Oct 15, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Copy link
Contributor

@tgross35 tgross35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this up, I guess this is about the best we can do here for now. Could you add FIXME to the comment so it is greppable?

@tgross35 tgross35 added the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Oct 15, 2024
FreeBSD 15 is the unstable development release.  Currently its GCE
images available to Cirrus CI don't work because the solib version of
libmd was just bumped, and the package builders haven't yet caught up.

Issue rust-lang#3967
@asomers
Copy link
Contributor Author

asomers commented Oct 15, 2024

@tgross35 comment added. BTW, there is another option. If we revert to an image from a couple of weeks ago we can symlink libmd.so.6 -> libmd.so.7. It's a hack, but it works in this case. Or, we can wait a few days/weeks until newer packages are available and then revert this change.

@tgross35 tgross35 added this pull request to the merge queue Oct 15, 2024
@tgross35
Copy link
Contributor

I'll merge this now just so we have a workaround. A symlink hack sounds fine to me if you care to follow this up, otherwise I don't think we need to worry about it unless this winds up sticking around for more than a couple weeks.

Merged via the queue into rust-lang:main with commit 7f2e466 Oct 15, 2024
40 checks passed
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Oct 16, 2024
FreeBSD 15 is the unstable development release.  Currently its GCE
images available to Cirrus CI don't work because the solib version of
libmd was just bumped, and the package builders haven't yet caught up.

Issue rust-lang#3967

(backport <rust-lang#3974>)
(cherry picked from commit 9b0ccb1)
@tgross35 tgross35 mentioned this pull request Oct 16, 2024
@asomers asomers deleted the no-15 branch October 16, 2024 16:20
@tgross35 tgross35 added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review stable-applied This PR has been cherry-picked to libc's stable release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants