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

ci: Exclude C++ sample and test builds on non-Linux hosts #761

Merged

Conversation

stephanosio
Copy link
Member

This commit updates the CI workflow such that Zephyr C++ samples and tests are only built on Linux hosts because there is a known issue causing the following link error using non-Linux toolchains:

undefined reference to `_impure_ptr'

Revert this when the GitHub issue #760 is fixed.

This commit updates the CI workflow such that Zephyr C++ samples and
tests are only built on Linux hosts because there is a known issue
causing the following link error using non-Linux toolchains:

  undefined reference to `_impure_ptr'

Revert this when the GitHub issue zephyrproject-rtos#760 is fixed.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
@stephanosio stephanosio marked this pull request as ready for review May 23, 2024 10:33
Copy link
Member Author

@stephanosio stephanosio left a comment

Choose a reason for hiding this comment

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

@stephanosio stephanosio merged commit ac8acc2 into zephyrproject-rtos:main May 23, 2024
1 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant