From a81131583e9daf9582ceba6f8d277456df3d36c3 Mon Sep 17 00:00:00 2001 From: Evelyn Chen Date: Mon, 7 Sep 2026 17:02:49 +0000 Subject: [PATCH] Enable CGO for the private module race contract Authored-By: Codex (GPT-6) --- .gitea/workflows/private-modules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/private-modules.yaml b/.gitea/workflows/private-modules.yaml index e35c339..8d34981 100644 --- a/.gitea/workflows/private-modules.yaml +++ b/.gitea/workflows/private-modules.yaml @@ -11,4 +11,4 @@ jobs: - name: Canonical export and native offline boundaries run: | python3 -m unittest discover -s tests - GO111MODULE=off GOTOOLCHAIN=local GOFLAGS= go test -race ./tools/private-modules + CGO_ENABLED=1 GO111MODULE=off GOTOOLCHAIN=local GOFLAGS= go test -race ./tools/private-modules