Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! REMOVEME: Limit build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Jan 7, 2022
1 parent 348b440 commit 02681f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .murdock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ _greplist() {
# get list of all app directories
get_apps() {
make -f makefiles/app_dirs.inc.mk info-applications \
| $(_greplist $APPS) | sort | $(_greplist $TEST_KCONFIG_TEST_ALLOWLIST)
| $(_greplist $APPS) | sort
}

# take app dir as parameter, print all boards that are supported
Expand Down Expand Up @@ -326,7 +326,7 @@ get_supported_boards() {
for board in $boards
do
echo $board
done | $(_greplist $BOARDS) | $(_greplist esp32-wrover-kit esp8266-esp-12x esp8266-olimex-mod esp8266-sparkfun-thing limifrog-v1 lora-e5-dev msbiot msb-430h nucleo-l011k4 nucleo-wl55jc omote openmote-b pic32-wifire pyboard remote-pa samd10-xmini stk3200 stm32f030f4-demo stm32f3discovery stm32mp157c-dk2)
done | $(_greplist $BOARDS)
}

get_supported_toolchains() {
Expand Down

0 comments on commit 02681f3

Please sign in to comment.