diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40374e25..3ebf8604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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} \ diff --git a/release-notes.md b/release-notes.md index 3208a5d1..b08a9cca 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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