Skip to content

Commit 3bcfb78

Browse files
authored
Bump to v2.3.1 - Drop Illumos support per policy in #711 (#1503) (#1540)
* Drop Illumos support per policy in #711 In https://github.com/openbao/openbao/actions/runs/15883186152/job/44788865022, the Illumos build failed. This was due to the etcd build failing: > • building build={builds-other [illumos] [amd64 arm arm64 riscv64] [v1] [sse2] [6 7] [v8.0] [hardfloat] [power8] [rva20u64] [illumos_amd64_v1] [{linux } {darwin 6 } {darwin arm } {darwin riscv64 } {dragonfly arm } {dragonfly arm64 } {dragonfly riscv64 } {freebsd 7 } {illumos arm } {illumos arm64 } {netbsd riscv64 } {netbsd 7 } {openbsd riscv64 } {openbsd 7 } {windows arm 7 } {windows riscv64 }] . . bao {[] []} go {{ .CommitTimestamp }} false go build false { [-X github.com/openbao/openbao/version.fullVersion={{.Version}} -X github.com/openbao/openbao/version.GitCommit={{.Commit}} -X github.com/openbao/openbao/version.BuildDate={{ .Date }}] [ui] [] [] [] [CGO_ENABLED=0]} []} > • building binary=dist/builds-other_illumos_amd64_v1/bao > • env "CGO_ENABLED=0" evaluated to "CGO_ENABLED=0" > • running > • took: 2m0s > ⨯ release failed after 2m29s error=build failed: failed to build for illumos_amd64_v1: exit status 1: # go.etcd.io/bbolt > Error: ../../../go/pkg/mod/go.etcd.io/bbolt@v1.4.1/bolt_solaris.go:70:15: undefined array length maxMapSize or missing type constraint > > target: illumos_amd64_v1 > Error: Process completed with exit code 1. If this is fixed with a corresponding action build + test verification, we can revert this. See also: etcd-io/bbolt#988 * Bump changelog version to v2.3.1 --------- Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
1 parent 9f4d192 commit 3bcfb78

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
- hsm
111111
- darwin
112112
- freebsd
113-
- illumos
114113
- netbsd
115114
- openbsd
116115
- windows

goreleaser.other.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ builds:
2222
goos:
2323
- darwin
2424
- freebsd
25-
- illumos
2625
- netbsd
2726
- openbsd
2827
- windows
@@ -36,6 +35,8 @@ builds:
3635
- "7"
3736
ignore:
3837
- goos: linux
38+
- goos: illumos
39+
- goos: solaris
3940
- goos: darwin
4041
goarm: "6"
4142
- goos: darwin
@@ -50,10 +51,6 @@ builds:
5051
goarch: riscv64
5152
- goos: freebsd
5253
goarm: "7"
53-
- goos: illumos
54-
goarch: arm
55-
- goos: illumos
56-
goarch: arm64
5754
- goos: netbsd
5855
goarch: riscv64
5956
- goos: netbsd

0 commit comments

Comments
 (0)