disable CI builds for generic and generic_esp32
these fail due to the overflowing sketch partition. we can re-enable CI build for these environments once we decided on how to handle ESP32 with only 4MB of flash.
This commit is contained in:
parent
f21f58c67d
commit
cb0f8f20a8
@ -16,7 +16,10 @@ extra_configs =
|
|||||||
[env]
|
[env]
|
||||||
; Make sure to NOT add any spaces in the custom_ci_action property
|
; Make sure to NOT add any spaces in the custom_ci_action property
|
||||||
; (also the position in the file is important)
|
; (also the position in the file is important)
|
||||||
custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb
|
; disabling generic and generic_esp32 until we decided on how to handle
|
||||||
|
; the overflowing sketch partition for all ESP32 with 4MB flash.
|
||||||
|
; custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb
|
||||||
|
custom_ci_action = generic_esp32s3,generic_esp32s3_usb
|
||||||
|
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = espressif32@6.7.0
|
platform = espressif32@6.7.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user