Skip to content

Commit

Permalink
Fixing bytefmt Go package dependency for s3-benchamark the same way as
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
laeti-tia committed Sep 16, 2024
1 parent 3f2650b commit af4bf95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s3-benchmark/unibuild-packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export GOPATH := $(CURDIR)/$(BUILD_DIR)
# work on older OS versions.
override_dh_auto_configure:
go mod init wasabi.com/s3-benchmark
# Any version higher break the builds so hardcoding the required version
go mod edit -require "code.cloudfoundry.org/[email protected]"
go mod tidy
go get ./...
dh_auto_configure
Expand Down

0 comments on commit af4bf95

Please sign in to comment.