runtime: fix leaking GC build with cores scheduler

This commit is contained in:
rdon-key
2026-07-13 08:17:24 +09:00
committed by Ayke
parent 047ed57005
commit 09bda77b78
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build scheduler.cores
//go:build scheduler.cores && (gc.conservative || gc.precise || gc.boehm)
package runtime