@@ -202,7 +202,7 @@ trigger_files = [
202202
203203[autolabel ."O-hermit" ]
204204trigger_files = [
205- " library/std/src/sys/hermit" ,
205+ " library/std/src/sys/pal/ hermit" ,
206206 " library/std/src/os/hermit"
207207]
208208
@@ -213,7 +213,7 @@ trigger_files = [
213213
214214[autolabel ."O-itron" ]
215215trigger_files = [
216- " library/std/src/sys/itron"
216+ " library/std/src/sys/pal/ itron"
217217]
218218
219219[autolabel ."O-linux" ]
@@ -238,7 +238,7 @@ trigger_files = [
238238
239239[autolabel ."O-SGX" ]
240240trigger_files = [
241- " library/std/src/sys/sgx" ,
241+ " library/std/src/sys/pal/ sgx" ,
242242 " library/std/src/os/fortanix_sgx"
243243]
244244
@@ -249,25 +249,25 @@ trigger_files = [
249249
250250[autolabel ."O-solid" ]
251251trigger_files = [
252- " library/std/src/sys/solid" ,
252+ " library/std/src/sys/pal/ solid" ,
253253 " library/std/src/os/solid"
254254]
255255
256256[autolabel ."O-unix" ]
257257trigger_files = [
258- " library/std/src/sys/unix" ,
258+ " library/std/src/sys/pal/ unix" ,
259259 " library/std/src/os/unix"
260260]
261261
262262[autolabel ."O-wasi" ]
263263trigger_files = [
264- " library/std/src/sys/wasi" ,
264+ " library/std/src/sys/pal/ wasi" ,
265265 " library/std/src/os/wasi"
266266]
267267
268268[autolabel ."O-wasm" ]
269269trigger_files = [
270- " library/std/src/sys/wasm" ,
270+ " library/std/src/sys/pal/ wasm" ,
271271 " library/std/src/os/wasm"
272272]
273273
@@ -278,7 +278,7 @@ trigger_files = [
278278
279279[autolabel ."O-windows" ]
280280trigger_files = [
281- " library/std/src/sys/windows" ,
281+ " library/std/src/sys/pal/ windows" ,
282282 " library/std/src/os/windows"
283283]
284284
@@ -788,7 +788,7 @@ project-stable-mir = [
788788"/library/panic_unwind" = [" libs" ]
789789"/library/proc_macro" = [" @petrochenkov" ]
790790"/library/std" = [" libs" ]
791- "/library/std/src/sys/windows" = [" @ChrisDenton" , " @thomcc" ]
791+ "/library/std/src/sys/pal/ windows" = [" @ChrisDenton" , " @thomcc" ]
792792"/library/stdarch" = [" libs" ]
793793"/library/test" = [" libs" ]
794794"/src/bootstrap" = [" bootstrap" ]
0 commit comments