From 09bda77b78666afbb5e4dc143c269f1a54e7adc7 Mon Sep 17 00:00:00 2001 From: rdon-key Date: Mon, 13 Jul 2026 08:17:24 +0900 Subject: [PATCH] runtime: fix leaking GC build with cores scheduler --- src/runtime/gc_stack_cores.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/gc_stack_cores.go b/src/runtime/gc_stack_cores.go index b14a54fef..79edf6b65 100644 --- a/src/runtime/gc_stack_cores.go +++ b/src/runtime/gc_stack_cores.go @@ -1,4 +1,4 @@ -//go:build scheduler.cores +//go:build scheduler.cores && (gc.conservative || gc.precise || gc.boehm) package runtime