We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5852534 commit 68c7771Copy full SHA for 68c7771
.github/workflows/ci.yml
@@ -781,7 +781,6 @@ jobs:
781
782
# Remove unneeded files from output directory
783
pushd ${OUTPUT_BASE}/${OUTPUT_DIR}/${{ matrix.target }}
784
- rm -rf newlib-nano
785
rm -f build.log.bz2
786
popd
787
@@ -1655,7 +1654,6 @@ jobs:
1655
1654
-T ${ZEPHYR_ROOT}/samples/cpp/hello_world
1656
-T ${ZEPHYR_ROOT}/tests/lib/c_lib
1657
-T ${ZEPHYR_ROOT}/tests/lib/cpp
1658
- -T ${ZEPHYR_ROOT}/tests/lib/newlib
1659
"
1660
1661
# Run tests with twister
0 commit comments