mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #20376 from maribu/dist/tools/insufficient_memory
dist/tools/insufficient_memory: add RISC-V failure mode
This commit is contained in:
commit
2c78b7d5d3
@ -56,6 +56,7 @@ for BOARD in $(EXTERNAL_BOARD_DIRS="" make --no-print-directory info-boards-sup
|
||||
if grep -e overflowed \
|
||||
-e "not within region" \
|
||||
-e "wraps around address space" \
|
||||
-e "overlaps section" \
|
||||
"$TMPFILE" > /dev/null; then
|
||||
printf "${CBIG}%s${CRESET}\n" "too big"
|
||||
BOARDS="${BOARDS} ${BOARD}"
|
||||
|
||||
@ -64,6 +64,7 @@ for application in ${APPLICATIONS}; do
|
||||
if grep -e overflowed \
|
||||
-e "not within region" \
|
||||
-e "wraps around address space" \
|
||||
-e "overlaps section" \
|
||||
"$TMPFILE" > /dev/null; then
|
||||
printf "${CBIG}%s${CRESET}\n" "too big"
|
||||
make -f "$(dirname "$0")"/Makefile.for_sh DIR="${RIOTBASE}/${application}" ADD_BOARDS="${BOARD}" Makefile.ci > /dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user