aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-17 17:45:29 +0200
committerDario Nieuwenhuis <[email protected]>2024-08-17 17:45:29 +0200
commit550f2cfca020222868670b927f9de130559b09a7 (patch)
tree1f42de16ec444a8a099558d3430ece750b03ec2a /ci.sh
parent20b1b15bda969309566ad495d54635da8b7f29b2 (diff)
Temporarily disable stm32f1 tests.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 3e3d9ad00..8ccdb09c8 100755
--- a/ci.sh
+++ b/ci.sh
@@ -289,6 +289,9 @@ cargo batch \
289 $BUILD_EXTRA 289 $BUILD_EXTRA
290 290
291 291
292# temporarily disabled, bluepill board got bricked
293rm -rf out/tests/stm32f103c8
294
292rm out/tests/stm32wb55rg/wpan_mac 295rm out/tests/stm32wb55rg/wpan_mac
293rm out/tests/stm32wb55rg/wpan_ble 296rm out/tests/stm32wb55rg/wpan_ble
294 297