Commit ac8acc2
committed
ci: Exclude C++ sample and test builds on non-Linux hosts
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.
Signed-off-by: Stephanos Ioannidis <[email protected]>1 parent 0405c63 commit ac8acc2
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1588 | 1588 | | |
1589 | 1589 | | |
1590 | 1590 | | |
1591 | | - | |
1592 | 1591 | | |
1593 | | - | |
1594 | 1592 | | |
1595 | 1593 | | |
1596 | 1594 | | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
1597 | 1603 | | |
1598 | 1604 | | |
1599 | 1605 | | |
| |||
0 commit comments