Skip to content

Commit 68c7771

Browse files
committed
ci: remove newlib from workflow
We do not build or test newlib anymore. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5852534 commit 68c7771

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ jobs:
781781
782782
# Remove unneeded files from output directory
783783
pushd ${OUTPUT_BASE}/${OUTPUT_DIR}/${{ matrix.target }}
784-
rm -rf newlib-nano
785784
rm -f build.log.bz2
786785
popd
787786
@@ -1655,7 +1654,6 @@ jobs:
16551654
-T ${ZEPHYR_ROOT}/samples/cpp/hello_world
16561655
-T ${ZEPHYR_ROOT}/tests/lib/c_lib
16571656
-T ${ZEPHYR_ROOT}/tests/lib/cpp
1658-
-T ${ZEPHYR_ROOT}/tests/lib/newlib
16591657
"
16601658
16611659
# Run tests with twister

0 commit comments

Comments
 (0)