mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
Precompile a curated core-header prefix on host
This commit is contained in:
@@ -206,7 +206,7 @@ jobs:
|
||||
# platforms where it must work. Excluded: bk72xx/rtl87xx/ln882x
|
||||
# (libretiny GCC rejects its own pch until a toolchain bump),
|
||||
# esp32-*-platformio (no pch; the toolchain is being dropped),
|
||||
# nrf52 and host (no pch)
|
||||
# nrf52 (no pch)
|
||||
include:
|
||||
- id: esp8266-arduino
|
||||
pch_strict: "1"
|
||||
@@ -218,6 +218,8 @@ jobs:
|
||||
pch_strict: "1"
|
||||
- id: rp2040-arduino
|
||||
pch_strict: "1"
|
||||
- id: host
|
||||
pch_strict: "1"
|
||||
steps:
|
||||
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
- name: Download image artifact
|
||||
|
||||
Reference in New Issue
Block a user