Skip to content

Commit e8515fe

Browse files
authored
Avoid using github proxy for downloading dragonwell submodules (#2796)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent 07855c2 commit e8515fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sbin/prepareWorkspace.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ updateDragonwellSources() {
278278
else
279279
target_scm="${BUILD_CONFIG[BRANCH]}"
280280
fi
281+
# Download directly from github and not the proxy for Adoptium machine performance
282+
perl -p -i -e 's/github.com.cnpmjs.org/github.com/g' get_source_dragonwell.sh
281283
if [ "${BUILD_CONFIG[RELEASE]}" == "false" ]; then
282284
bash get_source_dragonwell.sh --site github --branch "${target_scm}"
283285
else

0 commit comments

Comments
 (0)