Reject unsupported CLI toolchains on every platform and complete the native CI triggers

This commit is contained in:
J. Nick Koston
2026-08-20 06:30:07 -05:00
parent 4520f27d94
commit eaae2e543b
6 changed files with 38 additions and 0 deletions
+1
View File
@@ -644,6 +644,7 @@ ESP8266_NATIVE_TRIGGER_FILES = frozenset(
"esphome/components/esp8266/build_surgery.py",
"esphome/components/esp8266/boards.py",
"esphome/platformio/library.py",
"esphome/platformio/toolchain.py",
"script/test_build_components.py",
".github/workflows/ci.yml",
}