Skip to content

Commit 91007ca

Browse files
committed
Update the list of supported and required app.toml files
1 parent 7d3ca90 commit 91007ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/build-all

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ fi
6262
declare -A -g SUPPORTED
6363
if $SKIP_UNSUPPORTED
6464
then
65-
SUPPORTED["app/oxcon2023g0/app.toml"]=false
66-
SUPPORTED["app/demo-stm32g0-nucleo/app-g031.toml"]=false
67-
SUPPORTED["app/gimletlet/app-mgmt.toml"]=false
65+
SUPPORTED["app/lpc55xpresso/app-sprot.toml"]=false
6866
fi
6967

7068
included() {
@@ -81,6 +79,7 @@ mapfile -t ORDERED < <(
8179
# Gimletlet and RoT carrier are first as the usual developer testbed.
8280
echo app/rot-carrier/app.toml
8381
echo app/gimletlet/app.toml
82+
echo app/grapefruit/app-dev.toml
8483
# Next, the images used for the testbeds attached to lurch.
8584
echo app/oxide-rot-1/app-dev.toml
8685
echo app/gimlet/rev-c-lab.toml

0 commit comments

Comments
 (0)