mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
add windows port allot by "netsh dynamicport" (#15986)
This commit is contained in:
parent
0d49b365ff
commit
d2c9a9e395
1
.github/workflows/go-lint.yml
vendored
1
.github/workflows/go-lint.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
run: |
|
run: |
|
||||||
|
netsh int ipv4 set dynamicport tcp start=60000 num=61000
|
||||||
go build --ldflags="-s -w" -o %GOPATH%\bin\minio.exe
|
go build --ldflags="-s -w" -o %GOPATH%\bin\minio.exe
|
||||||
go test -v --timeout 50m ./...
|
go test -v --timeout 50m ./...
|
||||||
- name: Build on ${{ matrix.os }}
|
- name: Build on ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user