We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80342f commit 72135b7Copy full SHA for 72135b7
1 file changed
packages/kubo/build.sh
@@ -22,6 +22,10 @@ termux_step_make() {
22
cp -a "${TERMUX_PKG_SRCDIR}" "${GOPATH}/src/github.com/ipfs/kubo"
23
cd "${GOPATH}/src/github.com/ipfs/kubo"
24
25
+ # TODO: remove this once the upstream packae is updated to suport go 1.26
26
+ go mod edit -replace github.com/cockroachdb/swiss=github.com/cockroachdb/swiss@b0f6560
27
+ go mod tidy
28
+ go mod vendor
29
make build
30
31
# Fix folders without write permissions preventing which fails repeating builds:
0 commit comments