@cryptotaxi247 / kubo / commits / a9fdf26ee

fix(ci): work around bifrost-infra/issues/2300

https://github.com/protocol/bifrost-infra/issues/2300#issuecomment-1398946009

Marcin Rataj committed Jan 20, 2023 at 22:40 UTC a9fdf26eeb94ef6d548aeb6dabb04ddce86df6ec
2 files changed +6
.circleci/main.yml
+4
@@ -228,6 +228,8 @@ jobs:
228 - image: cimg/go:1.19.1-node
229 parallelism: 4
230 resource_class: 2xlarge+
231 + environment:
232 + 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
233 steps:
234 - *make_out_dirs
235 - attach_workspace:
@@ -328,6 +330,8 @@ jobs:
330 ipfs-webui:
331 executor: node-browsers
332 resource_class: 2xlarge+
333 + environment:
334 + 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
335 steps:
336 - *make_out_dirs
337 - attach_workspace:
.github/workflows/build.yml
+2
@@ -78,6 +78,7 @@ jobs:
78 LIBP2P_TCP_REUSEPORT: false
79 LIBP2P_ALLOW_WEAK_RSA_KEYS: 1
80 IPFS_GO_EXEC: ${{ github.workspace }}/cmd/ipfs/ipfs
81 + 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
82 working-directory: interop
83 go-ipfs-api:
84 needs: [prepare]
@@ -161,6 +162,7 @@ jobs:
162 TRAVIS: 1
163 GIT_PAGER: cat
164 IPFS_CHECK_RCMGR_DEFAULTS: 1
165 + 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
166 defaults:
167 run:
168 shell: bash