From 8045ea7cdd6d5c245ccbc28502545c4cf6b21680 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Wed, 19 Sep 2018 08:35:40 -0400 Subject: [PATCH] Download asmtools from the stable build The SHA changes when there is new available one, which we need to update the SHA and test if the jar works. [ci skip] Signed-off-by: Sophia Guo --- test/TestConfig/scripts/tools/getDependencies.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestConfig/scripts/tools/getDependencies.pl b/test/TestConfig/scripts/tools/getDependencies.pl index 5625c7a767c..e9b3a7e1ad3 100755 --- a/test/TestConfig/scripts/tools/getDependencies.pl +++ b/test/TestConfig/scripts/tools/getDependencies.pl @@ -106,7 +106,7 @@ sha1 => 'bfcb96281ea3b59d626704f74bc6d625ff51cbce' ); my %asmtools = ( - url => 'https://ci.adoptopenjdk.net/view/Dependencies/job/asmtools/lastSuccessfulBuild/artifact/asmtools.jar', + url => 'https://ci.adoptopenjdk.net/view/Dependencies/job/asmtools/107/artifact/asmtools.jar', fname => 'asmtools.jar', sha1 => '04cf07c584121c2e5a3d1dad2839fc8ab4828b6d' );