Skip to content

Commit

Permalink
[GR-21718] Remove backup URLs which are less reliable.
Browse files Browse the repository at this point in the history
PullRequest: graal/5646
  • Loading branch information
eregon committed Mar 12, 2020
2 parents 9e6b630 + cf15ac2 commit c015477
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 40 deletions.
18 changes: 5 additions & 13 deletions compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,31 +70,23 @@
# ------------- Libraries -------------

"DACAPO" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-9.12-bach-patched.jar",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-9.12-bach-patched.jar"],
"sha1" : "e39957904b7e79caf4fa54f30e8e4ee74d4e9e37",
},

"DACAPO_SCALA" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-scala-0.1.0-20120216.jar",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-scala-0.1.0-20120216.jar"],
"sha1" : "59b64c974662b5cf9dbd3cf9045d293853dd7a51",
},

"DACAPO_D3S" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-9.12-d3s.jar",
"https://d3s.mff.cuni.cz/software/benchmarking/files/dacapo-9.12-d3s.jar",
],
# original: https://d3s.mff.cuni.cz/software/benchmarking/files/dacapo-9.12-d3s.jar
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/dacapo-9.12-d3s.jar"],
"sha1" : "b072de027141ac81ab5d48706949fda86de62468",
},

"RENAISSANCE" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/renaissance/renaissance-gpl-0.10.0.jar"
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/renaissance/renaissance-gpl-0.10.0.jar"],
"sha1" : "5f58e281bb5aae161854b036c7e49e593a81186a",
},

Expand Down
14 changes: 4 additions & 10 deletions sulong/mx.sulong/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,18 @@
},
"GCC_SOURCE" : {
"packedResource" : True,
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/sulong-deps/gcc-5.2.0.tar.gz",
"https://mirrors-usa.go-parts.com/gcc/releases/gcc-5.2.0/gcc-5.2.0.tar.gz",
],
# original: https://mirrors-usa.go-parts.com/gcc/releases/gcc-5.2.0/gcc-5.2.0.tar.gz
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/sulong-deps/gcc-5.2.0.tar.gz"],
"sha1" : "713211883406b3839bdba4a22e7111a0cff5d09b",
},
"SHOOTOUT_SUITE" : {
"packedResource" : True,
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/sulong-deps/benchmarksgame-scm-latest.tar.gz",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/sulong-deps/benchmarksgame-scm-latest.tar.gz"],
"sha1" : "9684ca5aaa38ff078811f9b42f15ee65cdd259fc",
},
"NWCC_SUITE" : {
"packedResource" : True,
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/sulong-deps/nwcc_0.8.3.tar.gz",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/sulong-deps/nwcc_0.8.3.tar.gz"],
"sha1" : "2ab1825dc1f8bd5258204bab19e8fafad93fef26",
},
# Support Libraries.
Expand Down
12 changes: 3 additions & 9 deletions tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,21 +192,15 @@

"libraries": {
"NanoHTTPD" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/nanohttpd-2.3.2-efb2ebf85a2b06f7c508aba9eaad5377e3a01e81.jar",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/nanohttpd-2.3.2-efb2ebf85a2b06f7c508aba9eaad5377e3a01e81.jar"],
"sha1" : "7d28e2828bfe2ac04dcb8779aded934ac7dc1e52",
},
"NanoHTTPD-WebSocket" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/nanohttpd-websocket-2.3.2-efb2ebf85a2b06f7c508aba9eaad5377e3a01e81.jar",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/nanohttpd-websocket-2.3.2-efb2ebf85a2b06f7c508aba9eaad5377e3a01e81.jar"],
"sha1" : "a8f5b9e7387e00a57d31be320a8246a7c8128aa4",
},
"TruffleJSON" : {
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20180813.jar",
],
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20180813.jar"],
"sha1" : "c556821b83878d3a327bc07dedc1bf2998f99a8f",
},
"Java-WebSocket" : {
Expand Down
12 changes: 4 additions & 8 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@
"LIBFFI_SOURCES" : {
"resource" : True,
"version" : "3.2.1",
"urls" : [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/libffi-{version}.tar.gz",
"https://sourceware.org/pub/libffi/libffi-{version}.tar.gz",
],
# original: https://sourceware.org/pub/libffi/libffi-{version}.tar.gz
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/libffi-{version}.tar.gz"],
"sha1" : "280c265b789e041c02e5c97815793dfc283fb1e6",
},

Expand All @@ -102,10 +100,8 @@
},

"ANTLR4_COMPLETE": {
"urls": [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/antlr-4.7.2-complete.jar",
"https://www.antlr.org/download/antlr-4.7.2-complete.jar"
],
# original: https://www.antlr.org/download/antlr-4.7.2-complete.jar
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/antlr-4.7.2-complete.jar"],
"sha1": "34fc363424d3b060b660f84974a82d6bdc7ebe0c",
},
},
Expand Down

0 comments on commit c015477

Please sign in to comment.