Skip to content

Commit 05f38c8

Browse files
authored
Merge branch 'main' into toolchain_for_imxrt700
2 parents 0136d46 + 9784be5 commit 05f38c8

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,18 +1604,12 @@ jobs:
16041604
# Generate test list
16051605
TEST_ARGS="
16061606
-T ${ZEPHYR_ROOT}/samples/hello_world
1607+
-T ${ZEPHYR_ROOT}/samples/cpp/hello_world
16071608
-T ${ZEPHYR_ROOT}/tests/lib/c_lib
1609+
-T ${ZEPHYR_ROOT}/tests/lib/cpp
16081610
-T ${ZEPHYR_ROOT}/tests/lib/newlib
16091611
"
16101612
1611-
# FIXME: Build C++ samples and tests only for Linux hosts because there
1612-
# is a known issue causing link failures on non-Linux hosts (see
1613-
# GitHub issue #760).
1614-
if [ "${{ runner.os }}" == "Linux" ]; then
1615-
TEST_ARGS+="-T ${ZEPHYR_ROOT}/samples/cpp/hello_world "
1616-
TEST_ARGS+="-T ${ZEPHYR_ROOT}/tests/lib/cpp "
1617-
fi
1618-
16191613
# Run tests with twister
16201614
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
16211615
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \

gcc

0 commit comments

Comments
 (0)