-
Notifications
You must be signed in to change notification settings - Fork 1k
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
CI fails on FreeBSD 15 for TCP_MAXPEAKRATE #3947
Labels
C-bug
Category: bug
Comments
asomers
added a commit
to asomers/libc
that referenced
this issue
Sep 29, 2024
It was failing for two reasons: * 87fbd9fc7[1^] removed the TCP_MAXPEAKRATE symbol. * 3458bbd39[2^] changed the value of RLIM_NLIMITS Fixes rust-lang#3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
asomers
added a commit
to asomers/libc
that referenced
this issue
Sep 29, 2024
It was failing for two reasons: * 87fbd9fc7[^1] removed the TCP_MAXPEAKRATE symbol. * 3458bbd39[^2] changed the value of RLIM_NLIMITS Fixes rust-lang#3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
Merged
asomers
added a commit
to asomers/libc
that referenced
this issue
Sep 29, 2024
It was failing for two reasons: * 87fbd9fc7[^1] removed the TCP_MAXPEAKRATE symbol. * 3458bbd39[^2] changed the value of RLIM_NLIMITS Fixes rust-lang#3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
asomers
added a commit
to asomers/libc
that referenced
this issue
Sep 29, 2024
It was failing for two reasons: * 87fbd9fc71[^1] removed the TCP_MAXPEAKRATE symbol. * 3458bbd392[^2] changed the value of RLIM_NLIMITS Fixes rust-lang#3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 29, 2024
It was failing for two reasons: * 87fbd9fc7[^1] removed the TCP_MAXPEAKRATE symbol. * 3458bbd39[^2] changed the value of RLIM_NLIMITS Fixes #3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
asomers
added a commit
to asomers/libc
that referenced
this issue
Sep 29, 2024
It was failing for two reasons: * 87fbd9fc71[^1] removed the TCP_MAXPEAKRATE symbol. * 3458bbd392[^2] changed the value of RLIM_NLIMITS This is effectively a merge of rust-lang#3950 (commit 590d78d) from the main branch. Fixes rust-lang#3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 30, 2024
It was failing for two reasons: * 87fbd9fc71[^1] removed the TCP_MAXPEAKRATE symbol. * 3458bbd392[^2] changed the value of RLIM_NLIMITS This is effectively a merge of #3950 (commit 590d78d) from the main branch. Fixes #3947 [^1]: freebsd/freebsd-src@87fbd9f [^2]: freebsd/freebsd-src@3458bbd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI is currently failing on FreeBSD 15 because TCP_MAXPEAKRATE is unknown. That's because it was recently removed by this commit:
freebsd/freebsd-src@87fbd9f . That, and other constants removed by the same commit, should be removed from libc's main branch and deprecated in the libc-0.2 branch.
The text was updated successfully, but these errors were encountered: