Skip to content

Commit

Permalink
Update to use migrations lib with darwin arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Mar 26, 2021
1 parent a6e7a80 commit 0cd5fe1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/blang/semver v3.5.1+incompatible
github.com/ipfs/go-ipfs v0.7.1-0.20210325200014-5ee8710c5806
github.com/ipfs/go-ipfs v0.7.1-0.20210326074813-fe97eee1c90b
github.com/ipfs/go-ipfs-api v0.2.0
github.com/urfave/cli/v2 v2.3.0
github.com/whyrusleeping/stump v0.0.0-20160611222256-206f8f13aae1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ github.com/ipfs/go-ds-measure v0.1.0/go.mod h1:1nDiFrhLlwArTME1Ees2XaBOl49OoCgd2
github.com/ipfs/go-filestore v0.0.3/go.mod h1:dvXRykFzyyXN2CdNlRGzDAkXMDPyI+D7JE066SiKLSE=
github.com/ipfs/go-fs-lock v0.0.6/go.mod h1:OTR+Rj9sHiRubJh3dRhD15Juhd/+w6VPOY28L7zESmM=
github.com/ipfs/go-graphsync v0.6.0/go.mod h1:e2ZxnClqBBYAtd901g9vXMJzS47labjAtOzsWtOzKNk=
github.com/ipfs/go-ipfs v0.7.1-0.20210325200014-5ee8710c5806 h1:HUTn+XW6EfAr77oEVgKvAfFNhV4RTjt/vIh7NPsrCZ4=
github.com/ipfs/go-ipfs v0.7.1-0.20210325200014-5ee8710c5806/go.mod h1:xRVry6Jjc3nCoHF6InMb5O+7LTj9B+KY+Vmefv/I9Bg=
github.com/ipfs/go-ipfs v0.7.1-0.20210326074813-fe97eee1c90b h1:06xnxIXE++qUEPow9Xv/FBI7CJ/Oj8XB0RbvK6F1PQU=
github.com/ipfs/go-ipfs v0.7.1-0.20210326074813-fe97eee1c90b/go.mod h1:xRVry6Jjc3nCoHF6InMb5O+7LTj9B+KY+Vmefv/I9Bg=
github.com/ipfs/go-ipfs-api v0.2.0 h1:BXRctUU8YOUOQT/jW1s56d9wLa85ntOqK6bptvCKb8c=
github.com/ipfs/go-ipfs-api v0.2.0/go.mod h1:zCTyTl+BuyvUqoSmVb8vjezCJLVTW7G/HBZbCXpTgeM=
github.com/ipfs/go-ipfs-blockstore v0.0.1/go.mod h1:d3WClOmRQKFnJ0Jz/jj/zmksX0ma1gROTlovZKBmN08=
Expand Down
2 changes: 1 addition & 1 deletion sharness/t0030-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_description="ipfs-update install"
GUEST_IPFS_UPDATE="sharness/bin/ipfs-update"

# TODO: remove this when migrations are availabe on the distributions site
IPFS_DIST_PATH="/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"
IPFS_DIST_PATH="/ipfs/Qmaubnx6vDUEA2arLzPWxqY2brx2c1CUKsrgQHSwBXDZ5E"

test_expect_success "start a docker container" '
DOCID=$(start_docker)
Expand Down
2 changes: 1 addition & 1 deletion sharness/t0040-install-many.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_description="ipfs-update install with many different versions"

GUEST_IPFS_UPDATE="sharness/bin/ipfs-update"
# TODO: remove this when migrations are availabe on the distributions site
IPFS_DIST_PATH="/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"
IPFS_DIST_PATH="/ipfs/Qmaubnx6vDUEA2arLzPWxqY2brx2c1CUKsrgQHSwBXDZ5E"

test_expect_success "start a docker container" '
DOCID=$(start_docker)
Expand Down
2 changes: 1 addition & 1 deletion sharness/t0050-revert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_description="ipfs-update revert"

GUEST_IPFS_UPDATE="sharness/bin/ipfs-update"
# TODO: remove this when migrations are availabe on the distributions site
IPFS_DIST_PATH="/ipfs/QmWLyhqWDsWbcWE8vjmHkzGKLGgvHh84cLxM3ceLsojwrx"
IPFS_DIST_PATH="/ipfs/Qmaubnx6vDUEA2arLzPWxqY2brx2c1CUKsrgQHSwBXDZ5E"

test_expect_success "start a docker container" '
DOCID=$(start_docker)
Expand Down

0 comments on commit 0cd5fe1

Please sign in to comment.