aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-15 22:13:04 -0700
committerchrislu <chris.lu@gmail.com>2022-09-15 22:13:04 -0700
commita752f6220e2da85fdad5553c35d3023ce098ac83 (patch)
tree82ce56eae7b2fa3e1c896453213b1eff24b8c751
parent37e5684b404d2874ded2ca18a7acf58e38b0e420 (diff)
downloadseaweedfs-a752f6220e2da85fdad5553c35d3023ce098ac83.tar.xz
seaweedfs-a752f6220e2da85fdad5553c35d3023ce098ac83.zip
Revert "Temporarily enable cgo"
This reverts commit f7e4359b597c9acdb0478c05c6f6ae6fbb56836b.
-rw-r--r--.github/workflows/binaries_release2.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml
index eb41bfaca..8f1f29b82 100644
--- a/.github/workflows/binaries_release2.yml
+++ b/.github/workflows/binaries_release2.yml
@@ -36,7 +36,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
overwrite: true
- pre_command: export CGO_ENABLED=1 && export GODEBUG=http2client=0
+ pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
# build_flags: -tags 5BytesOffset # optional, default is
ldflags: -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}}
# Where to run `go build .`
@@ -50,7 +50,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
overwrite: true
- pre_command: export CGO_ENABLED=1 && export GODEBUG=http2client=0
+ pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
build_flags: -tags 5BytesOffset # optional, default is
ldflags: -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}}
# Where to run `go build .`