Precompile a curated core-header prefix on host

This commit is contained in:
J. Nick Koston
2026-08-27 00:10:07 -05:00
parent 78eff4f485
commit fd871b8898
2 changed files with 15 additions and 3 deletions
+3 -1
View File
@@ -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