Updated to b516c8c7a0a4 of Shenandaoh repo to fix aarch64 failure

This commit is contained in:
Jiri Vanek 2018-07-11 14:29:29 +02:00
parent 9f49507ece
commit 32f8523bd9
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/systemtap_3.2_tapsets_hg-icedtea8-9d464368e06d.tar.xz
/shenandoah-jdk11-jdk-11+20.tar.xz
/shenandoah-jdk11-c435b8430811.tar.xz
/shenandoah-jdk11-b516c8c7a0a4.tar.xz

View File

@ -869,7 +869,7 @@ URL: http://openjdk.java.net/
# to regenerate source0 (jdk) and source8 (jdk's taspets) run update_package.sh
# update_package.sh contains hard-coded repos, revisions, tags, and projects to regenerate the source archives
Source0: shenandoah-jdk%{majorver}-c435b8430811.tar.xz
Source0: shenandoah-jdk%{majorver}-b516c8c7a0a4.tar.xz
Source8: systemtap_3.2_tapsets_hg-icedtea8-9d464368e06d.tar.xz
# Desktop files. Adapted from IcedTea

View File

@ -1,2 +1,2 @@
SHA512 (systemtap_3.2_tapsets_hg-icedtea8-9d464368e06d.tar.xz) = cf578221b77d8c7e019f69909bc86c419c5fb5e10bceba9592ff6e7f96887b0a7f07c9cefe90800975247a078785ca190fdec5c2d0f841bb447cee784b570f7d
SHA512 (shenandoah-jdk11-c435b8430811.tar.xz) = c3956e3e970eeff94c8c4690e0550ab186d8ca814bef10d54f4428762c4e9faac15aa46cdd4b3757afc7cf711db7647d6e290b457ddaf86f77110e80ebeb9be8
SHA512 (shenandoah-jdk11-b516c8c7a0a4.tar.xz) = b39ea358cb1906a1b168fbf0c8df388625a33b047c7a07b96472c9b32368df557d69fc5f8c15d2fab5fee20e092fb502981ab61f23a1f9912d1eecb9eac9406f

View File

@ -37,7 +37,7 @@ export REPO_NAME="jdk11"
# warning, clonning without shenadnaoh suffix, you will clone pure jdk - thus without shenandaoh GC
# export VERSION="shenandoah-jdk11+22"
# will arrive at wednesday
export VERSION="c435b8430811"
export VERSION="b516c8c7a0a4"
export COMPRESSION=xz
# unset tapsets overrides
export OPENJDK_URL=""