-
Notifications
You must be signed in to change notification settings - Fork 270
FreeBSD CI: Switch to 15.0-RELEASE and enable testing #8306
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
base: master
Are you sure you want to change the base?
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
.github/workflows/build.yml
Outdated
| echo "::group::Testing" | ||
| # Tests don't work yet | ||
| #gmake check | ||
| gmake -j $(sysctl -n hw.ncpu) check |
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.
Not sure if '-j' will be "stable" but let's see...
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.
Linux jobs seem to run tests with -j
sssd/.github/workflows/build.yml
Line 41 in 2b43681
| make CFLAGS+="$SSS_WARNINGS -Werror" -j$PROCESSORS check |
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.
And I wonder if it was the reason of randomly failing
https://github.com/SSSD/sssd/actions/runs/19703082331/job/56443862911
|
Why doesn't FreeBSD CI run automatically? |
Some CI jobs require manual approval by a maintainer with write access. |
|
Can the FreeBSD build be restarted, please? It failed due to a temporary fluke on the FreeBSD pkg repository side. |
|
Thanks. I'll work on the last test failure, although I can't reproduce it locally. |
|
I finally managed to get |
No description provided.