Skip to content

Commit d1d846f

Browse files
committed
fix: s390x golang1.24 build
1 parent eaaccbc commit d1d846f

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ jobs:
4949
- { goos: linux, goarch: loong64, output: loong64-abi1, abi: '1' }
5050
- { goos: linux, goarch: loong64, output: loong64-abi2, abi: '2' }
5151
- { goos: linux, goarch: riscv64, output: riscv64 }
52-
53-
# Broken in Golang1.24 with:
54-
# "Error: github.com/metacubex/[email protected]/chacha/chacha_ref.go:32:18: illegal combination MOVWBR ADDR NONE NONE NONE NONE REG"
55-
# So just stay in golang1.23
56-
- { goos: linux, goarch: s390x, output: s390x, goversion: '1.23' }
52+
- { goos: linux, goarch: s390x, output: s390x }
5753

5854
- { goos: windows, goarch: '386', output: '386' }
5955
- { goos: windows, goarch: amd64, goamd64: v1, output: amd64-compatible }

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/mdlayher/netlink v1.7.2
2020
github.com/metacubex/amneziawg-go v0.0.0-20240922133038-fdf3a4d5a4ab
2121
github.com/metacubex/bbolt v0.0.0-20240822011022-aed6d4850399
22-
github.com/metacubex/chacha v0.1.0
22+
github.com/metacubex/chacha v0.1.1
2323
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759
2424
github.com/metacubex/quic-go v0.49.1-0.20250212162123-c135a4412996
2525
github.com/metacubex/randv2 v0.2.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/metacubex/amneziawg-go v0.0.0-20240922133038-fdf3a4d5a4ab h1:Chbw+/31
9999
github.com/metacubex/amneziawg-go v0.0.0-20240922133038-fdf3a4d5a4ab/go.mod h1:xVKK8jC5Sd3hfh7WjmCq+HorehIbrBijaUWmcuKjPcI=
100100
github.com/metacubex/bbolt v0.0.0-20240822011022-aed6d4850399 h1:oBowHVKZycNtAFbZ6avaCSZJYeme2Nrj+4RpV2cNJig=
101101
github.com/metacubex/bbolt v0.0.0-20240822011022-aed6d4850399/go.mod h1:4xcieuIK+M4bGQmQYZVqEaIYqjS1ahO4kXG7EmDgEro=
102-
github.com/metacubex/chacha v0.1.0 h1:tg9RSJ18NvL38cCWNyYH1eiG6qDCyyXIaTLQthon0sc=
103-
github.com/metacubex/chacha v0.1.0/go.mod h1:Djn9bPZxLTXbJFSeyo0/qzEzQI+gUSSzttuzZM75GH8=
102+
github.com/metacubex/chacha v0.1.1 h1:OHIv11Nd9CISAIzegpjfupIoZp9DYm6uQw41RxvmU/c=
103+
github.com/metacubex/chacha v0.1.1/go.mod h1:Djn9bPZxLTXbJFSeyo0/qzEzQI+gUSSzttuzZM75GH8=
104104
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 h1:cjd4biTvOzK9ubNCCkQ+ldc4YSH/rILn53l/xGBFHHI=
105105
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759/go.mod h1:UHOv2xu+RIgLwpXca7TLrXleEd4oR3sPatW6IF8wU88=
106106
github.com/metacubex/gvisor v0.0.0-20241126021258-5b028898cc5a h1:cZ6oNVrsmsi3SNlnSnRio4zOgtQq+/XidwsaNgKICcg=

0 commit comments

Comments
 (0)