aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-05-16 00:58:11 -0700
committerchrislu <chris.lu@gmail.com>2022-05-16 00:58:11 -0700
commitca85b665115cebc062ebfd6d081101bcc9e757b3 (patch)
treed45f6145d7753fd2dd5f633c2bdc76110fac20cd /.github/workflows
parent9ff0d9900288a2dc92d3a82256fb3f359be20d3b (diff)
downloadseaweedfs-ca85b665115cebc062ebfd6d081101bcc9e757b3.tar.xz
seaweedfs-ca85b665115cebc062ebfd6d081101bcc9e757b3.zip
fix build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/binaries_release4.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_release4.yml b/.github/workflows/binaries_release4.yml
index b246f1f98..7621c32e2 100644
--- a/.github/workflows/binaries_release4.yml
+++ b/.github/workflows/binaries_release4.yml
@@ -36,7 +36,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
overwrite: true
- build_flags: -tags elastic,ydb,gocdk,hdfs,rocksdb
+ build_flags: -tags elastic,ydb,gocdk,hdfs
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
# build_flags: -tags 5BytesOffset # optional, default is
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}}
@@ -52,7 +52,7 @@ jobs:
goarch: ${{ matrix.goarch }}
overwrite: true
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0
- build_flags: -tags 5BytesOffset,elastic,ydb,gocdk,hdfs,rocksdb
+ build_flags: -tags 5BytesOffset,elastic,ydb,gocdk,hdfs
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}}
# Where to run `go build .`
project_path: weed