Skip to content

Commit 5a98e9e

Browse files
committed
[GR-69288] Do not access rubygems.org when building Wasm and GraalPy websites.
PullRequest: graalpython/4542
2 parents 7c2a330 + 9ede976 commit 5a98e9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@
477477
["mkdir", "-p", "../docs/site/vendor/cache"],
478478
["cp", "graal-languages-jekyll-theme-*.gem", "../docs/site/vendor/cache"],
479479
["cd", "../docs/site"],
480+
["bundle", "config", "set", "mirror.https://rubygems.org", $.overlay_imports.RUBYGEMS_MIRROR],
480481
["bundle", "install"],
481482
["bundle", "exec", "jekyll", "build"],
482483
],

0 commit comments

Comments
 (0)