-
Notifications
You must be signed in to change notification settings - Fork 2k
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
treewide: Ubuntu jammy build fixes #18652
Conversation
@@ -31,4 +31,7 @@ FEATURES_OPTIONAL += periph_spi | |||
# a terminal is opened to synchronize. | |||
TESTRUNNER_RESET_AFTER_TERM ?= 1 | |||
|
|||
# failing on native with floating point exception (#15870) | |||
TEST_ON_CI_BLACKLIST = all |
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.
Then why not?
TEST_ON_CI_BLACKLIST = all | |
TEST_ON_CI_BLACKLIST = native |
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.
ups, that was a copy&pasta
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.
Contribution description
Collects build fixes necessary since RIOT-OS/riotdocker#189.
Testing procedure
Issues/PRs references