Skip to content

Commit af4bf95

Browse files
committed
Fixing bytefmt Go package dependency for s3-benchamark the same way as
in RPM. Note: moving it to a go.mod file inside the tarball might work too, but would be dependant on the distro we build on anyways.
1 parent 3f2650b commit af4bf95

File tree

1 file changed

+2
-0
lines changed
  • s3-benchmark/unibuild-packaging/deb

1 file changed

+2
-0
lines changed

s3-benchmark/unibuild-packaging/deb/rules

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export GOPATH := $(CURDIR)/$(BUILD_DIR)
1616
# work on older OS versions.
1717
override_dh_auto_configure:
1818
go mod init wasabi.com/s3-benchmark
19+
# Any version higher break the builds so hardcoding the required version
20+
go mod edit -require "code.cloudfoundry.org/[email protected]"
1921
go mod tidy
2022
go get ./...
2123
dh_auto_configure

0 commit comments

Comments
 (0)