|
@ -36,7 +36,7 @@ jobs: |
|
|
goos: ${{ matrix.goos }} |
|
|
goos: ${{ matrix.goos }} |
|
|
goarch: ${{ matrix.goarch }} |
|
|
goarch: ${{ matrix.goarch }} |
|
|
overwrite: true |
|
|
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 |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
# build_flags: -tags 5BytesOffset # optional, default is |
|
|
# build_flags: -tags 5BytesOffset # optional, default is |
|
|
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
@ -52,7 +52,7 @@ jobs: |
|
|
goarch: ${{ matrix.goarch }} |
|
|
goarch: ${{ matrix.goarch }} |
|
|
overwrite: true |
|
|
overwrite: true |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
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}} |
|
|
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
# Where to run `go build .` |
|
|
# Where to run `go build .` |
|
|
project_path: weed |
|
|
project_path: weed |
|
|