-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
github action: add openbsd in the ci #9196
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
Conversation
|
cc @lcheylus |
CodSpeed Performance ReportMerging #9196 will not alter performanceComparing Summary
Footnotes
|
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
6cab21d to
1712fe6
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
I propose to follow this plan :
In your PR, instead of disabling test for
Do you agree? |
|
Parfait, merci ! |
|
FYI, But I have a personal repository to build LATEST_NEXTEST_URL=$(curl -sLf https://api.github.com/repos/lcheylus/cargo-nextest-openbsd/releases/latest | grep 'download_url' | cut -d\" -f4)
curl -LsSf "${LATEST_NEXTEST_URL}" | tar zxf - -C "${HOME}"/.cargo/bin |
|
PR #9200 created to fix tests on OpenBSD current/amd64 with Rust 1.90.0. |
|
any idea how to fix this ? |
This comment was marked as resolved.
This comment was marked as resolved.
|
@oech3 thanks! |
|
Please edit 1st comment to "Fixes #5597" before merging. |
|
@oech3 thanks for the hint, I linked the issue. |
cakebaker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the big difference in the duration of the "tests" job (~31 minutes vs ~9 minutes with FreeBSD) is because of cargo test?
|
maybe.
nextest has some tests not in make test (e.g. LD_PRELOAD libstdbuf).
|
Mainly because OpenBSD OS is slower than FreeBSD (or Linux) :( With my personal OpenBSD CI with After merge of this PR by @sylvestre, I will improve the "OpenBSD CI" and propose to replace GH action |
|
Cannot 1 repository run 2+ openbsd runners? They are failing with no reasons. |
See issue #9241 |
No description provided.