From 6aa5fc2e7cee996ed81d0a09951fd92fd953dcc2 Mon Sep 17 00:00:00 2001 From: andriikushch Date: Mon, 2 Sep 2024 14:03:06 +0200 Subject: [PATCH] Revert "Remove ld_classic tag" This reverts commit e176bd441a6a2e3c8f4c4a10a60d65058d2c7098. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8778ce4154..9c9b0acc63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: go-version: "1.22" cache: true - name: Test - run: make GO_TAGS="nodocker" test + run: CGO_LDFLAGS="-ld_classic $CGO_LDFLAGS" make GO_TAGS="nodocker" test