mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
fix(ci): work around bifrost-infra/issues/2300
https://github.com/protocol/bifrost-infra/issues/2300#issuecomment-1398946009
This commit is contained in:
parent
486c4b5256
commit
a9fdf26eeb
@ -228,6 +228,8 @@ jobs:
|
||||
- image: cimg/go:1.19.1-node
|
||||
parallelism: 4
|
||||
resource_class: 2xlarge+
|
||||
environment:
|
||||
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
|
||||
steps:
|
||||
- *make_out_dirs
|
||||
- attach_workspace:
|
||||
@ -328,6 +330,8 @@ jobs:
|
||||
ipfs-webui:
|
||||
executor: node-browsers
|
||||
resource_class: 2xlarge+
|
||||
environment:
|
||||
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
|
||||
steps:
|
||||
- *make_out_dirs
|
||||
- attach_workspace:
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -78,6 +78,7 @@ jobs:
|
||||
LIBP2P_TCP_REUSEPORT: false
|
||||
LIBP2P_ALLOW_WEAK_RSA_KEYS: 1
|
||||
IPFS_GO_EXEC: ${{ github.workspace }}/cmd/ipfs/ipfs
|
||||
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
|
||||
working-directory: interop
|
||||
go-ipfs-api:
|
||||
needs: [prepare]
|
||||
@ -161,6 +162,7 @@ jobs:
|
||||
TRAVIS: 1
|
||||
GIT_PAGER: cat
|
||||
IPFS_CHECK_RCMGR_DEFAULTS: 1
|
||||
GO_IPFS_DIST_URL: https://dist-ipfs-tech.ipns.cf-ipfs.com # TODO: remove this line when https://github.com/protocol/bifrost-infra/issues/2300 is closed
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user