aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_release4.yml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-06-20 14:15:59 -0700
committerchrislu <chris.lu@gmail.com>2022-06-20 14:15:59 -0700
commit1d0c53ea56f84bfef5115e756ebe31d9ece62f20 (patch)
treeb5ee942ce63760722caf018885b2d2399587d96b /.github/workflows/binaries_release4.yml
parentbf5a5abfb1925ee981306d8e49bc52bcded2279b (diff)
downloadseaweedfs-1d0c53ea56f84bfef5115e756ebe31d9ece62f20.tar.xz
seaweedfs-1d0c53ea56f84bfef5115e756ebe31d9ece62f20.zip
remote storage: stop supporting hdfs as a remote storage
Diffstat (limited to '.github/workflows/binaries_release4.yml')
-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 7621c32e2..71434e6a4 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
+ build_flags: -tags elastic,ydb,gocdk
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
+ build_flags: -tags 5BytesOffset,elastic,ydb,gocdk
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}}
# Where to run `go build .`
project_path: weed