Skip to content

Commit 8dfd666

Browse files
authored
build: fix compilation on loong64 arch (#6667)
Bump `github.com/ericlagergren/decimal` dep to resolve an "undefined: c.MaxScale" error encountered during build on linux/loong64 plat. Fixes #6664. Signed-off-by: Dwi Siswanto <[email protected]>
1 parent 56b6d42 commit 8dfd666

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ require (
213213
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
214214
github.com/ebitengine/purego v0.8.4 // indirect
215215
github.com/emirpasic/gods v1.18.1 // indirect
216-
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 // indirect
216+
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
217217
github.com/fatih/color v1.18.0 // indirect
218218
github.com/felixge/fgprof v0.9.5 // indirect
219219
github.com/felixge/httpsnoop v1.0.4 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
341341
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
342342
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05 h1:S92OBrGuLLZsyM5ybUzgc/mPjIYk2AZqufieooe98uw=
343343
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05/go.mod h1:M9R1FoZ3y//hwwnJtO51ypFGwm8ZfpxPT/ZLtO1mcgQ=
344+
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 h1:R/ZjJpjQKsZ6L/+Gf9WHbt31GG8NMVcpRqUE+1mMIyo=
345+
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731/go.mod h1:M9R1FoZ3y//hwwnJtO51ypFGwm8ZfpxPT/ZLtO1mcgQ=
344346
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
345347
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
346348
github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=

0 commit comments

Comments
 (0)