Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,9 @@ jobs:
# Run tests with twister
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
--retry-build-errors \
--force-toolchain \
--no-detailed-test-id \
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
${HOST_ARGS} \
${TEST_ARGS} \
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- general:

* Added Clang/LLVM 19.1.7 toolchain with Arm and RISC-V architecture support.
* Update to GCC 14.2
* Update to GCC 14.3
* Picolibc is configured as the main and default C library.
* Dropped support for newlib and newlib-nano
* Dropped support NIOS II architecture
Expand Down
Loading