Skip to content

Commit 1466f16

Browse files
Remove CGO_ENABLED flag in azl-otel-collector package since we have moved to go 1.25 (microsoft#15006)
Fix Build issue with the package due to the flag
1 parent 0a297f8 commit 1466f16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SPECS-EXTENDED/azl-otel-collector/azl-otel-collector.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ also includes receivers developed by the Azure Linux team.
2626
tar -xf %{SOURCE1} --no-same-owner -C cmd/azl-otelcol
2727

2828
%build
29-
export CGO_ENABLED=0
3029
%make_build MODFLAGS="-mod=vendor" BUILDTAGS="netgo osusergo static_build" LDFLAGS="-s -w" TRIMPATH=1
3130

3231
%install

0 commit comments

Comments
 (0)