@@ -24,7 +24,7 @@ stages:
24
24
- script : |
25
25
$ProgressPreference = 'SilentlyContinue'
26
26
mkdir build
27
- wget "https://first.wpi.edu/FRC/roborio/jpackage/openjdk -14-ea+28_linux-x64_bin .tar.gz" -O "build/jdk-14.tar.gz"
27
+ wget "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk -14.0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7 .tar.gz" -O "build/jdk-14.tar.gz"
28
28
sudo mkdir /opt/java
29
29
sudo tar -xzvf build/jdk-14.tar.gz -C /opt/java
30
30
displayName: 'Download JDK 14'
@@ -34,7 +34,7 @@ stages:
34
34
gradleWrapperFile : ' gradlew'
35
35
gradleOptions : ' -Xmx3072m'
36
36
publishJUnitResults : false
37
- tasks : ' check :ui:jpackage -Pgeneration -PjniLocation=build/OpenCVJNI -Pheadless=true -PlogTests -Pjdk14=/opt/java/jdk-14 --stacktrace'
37
+ tasks : ' check :ui:jpackage -Pgeneration -PjniLocation=build/OpenCVJNI -Pheadless=true -PlogTests -Pjdk14=/opt/java/jdk-14.0.1+7 --stacktrace'
38
38
- task : PublishPipelineArtifact@1
39
39
inputs :
40
40
targetPath : ' ui/build/installer'
@@ -52,7 +52,7 @@ stages:
52
52
gradleWrapperFile : ' gradlew'
53
53
gradleOptions : ' -Xmx3072m'
54
54
publishJUnitResults : false
55
- tasks : ' :ui:jpackage -Pcuda -Pjdk14=/opt/java/jdk-14 --stacktrace'
55
+ tasks : ' :ui:jpackage -Pcuda -Pjdk14=/opt/java/jdk-14.0.1+7 --stacktrace'
56
56
- task : PublishPipelineArtifact@1
57
57
inputs :
58
58
targetPath : ' ui/build/installer'
@@ -69,11 +69,11 @@ stages:
69
69
- powershell : |
70
70
mkdir build
71
71
$ProgressPreference = 'SilentlyContinue'
72
- wget "https://download.java.net/java/ga/jdk11/openjdk-11_windows-x64_bin .zip" -O "build\jdk.zip"
72
+ wget "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10.2/OpenJDK11U-jdk_x64_windows_hotspot_11.0.7_10 .zip" -O "build\jdk.zip"
73
73
displayName: 'Download JDK'
74
74
- powershell : |
75
75
$ProgressPreference = 'SilentlyContinue'
76
- wget "https://first.wpi.edu/FRC/roborio/jpackage/openjdk -14-ea+28_windows-x64_bin .zip" -O "build\jdk-14.zip"
76
+ wget "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk -14.0.1%2B7.1/OpenJDK14U-jdk_x64_windows_hotspot_14.0.1_7 .zip" -O "build\jdk-14.zip"
77
77
Expand-Archive build\jdk-14.zip -DestinationPath build
78
78
displayName: 'Download JDK 14'
79
79
- task : JavaToolInstaller@0
@@ -89,7 +89,7 @@ stages:
89
89
gradleOptions : ' -Xmx3072m'
90
90
jdkArchitectureOption : ' x64'
91
91
publishJUnitResults : true
92
- tasks : ' check :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -PskipUITests -Pjdk14=..\build\jdk-14 --stacktrace'
92
+ tasks : ' check :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -PskipUITests -Pjdk14=..\build\jdk-14.0.1+7 --stacktrace'
93
93
- task : PublishPipelineArtifact@1
94
94
inputs :
95
95
targetPath : ' ui/build/installer'
@@ -100,7 +100,7 @@ stages:
100
100
gradleWrapperFile : ' gradlew'
101
101
gradleOptions : ' -Xmx3072m'
102
102
publishJUnitResults : false
103
- tasks : ' :ui:jpackage -Pcuda -PskipUITests -Pjdk14=..\build\jdk-14 --stacktrace'
103
+ tasks : ' :ui:jpackage -Pcuda -PskipUITests -Pjdk14=..\build\jdk-14.0.1+7 --stacktrace'
104
104
- task : PublishPipelineArtifact@1
105
105
inputs :
106
106
targetPath : ' ui/build/installer'
@@ -117,11 +117,11 @@ stages:
117
117
- powershell : |
118
118
mkdir build
119
119
$ProgressPreference = 'SilentlyContinue'
120
- wget "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.4%2B11 /OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.4_11 .zip" -O "build\jdk.zip"
120
+ wget "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10.2 /OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.7_10 .zip" -O "build\jdk.zip"
121
121
displayName: 'Download JDK'
122
122
- powershell : |
123
123
$ProgressPreference = 'SilentlyContinue'
124
- wget "https://first.wpi.edu/FRC/roborio/jpackage/openjdk -14-ea+28_windows-x64_bin .zip" -O "build\jdk-14.zip"
124
+ wget "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk -14.0.1%2B7.1/OpenJDK14U-jdk_x86-32_windows_hotspot_14.0.1_7 .zip" -O "build\jdk-14.zip"
125
125
Expand-Archive build\jdk-14.zip -DestinationPath build
126
126
displayName: 'Download JDK 14'
127
127
- task : JavaToolInstaller@0
@@ -137,7 +137,7 @@ stages:
137
137
gradleOptions : ' -Xmx1024m'
138
138
publishJUnitResults : false
139
139
# TODO: run :ui:jpackage once we have a JDK 13 build for 32-bit Windows
140
- tasks : ' check :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -PskipUITests -Pjdk14=..\build\jdk-14 --stacktrace'
140
+ tasks : ' check :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -PskipUITests -Pjdk14=..\build\jdk-14.0.1+7 --stacktrace'
141
141
# bytedeco does not have a 32 bit enabled CUDA build
142
142
# - task: Gradle@2
143
143
# inputs:
@@ -159,8 +159,8 @@ stages:
159
159
steps :
160
160
- script : |
161
161
mkdir build
162
- wget "https://download.java.net/java/ga/jdk11/openjdk-11_osx-x64_bin .tar.gz" -O "build/jdk.tar.gz"
163
- wget "https://first.wpi.edu/FRC/roborio/jpackage/openjdk -14-ea+28_osx-x64_bin .tar.gz" -O "build/jdk-14.tar.gz"
162
+ wget "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_mac_hotspot_11.0.7_10 .tar.gz" -O "build/jdk.tar.gz"
163
+ wget "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk -14.0.1%2B7/OpenJDK14U-jdk_x64_mac_hotspot_14.0.1_7 .tar.gz" -O "build/jdk-14.tar.gz"
164
164
sudo tar xzvf build/jdk-14.tar.gz -C /Library/Java/JavaVirtualMachines/
165
165
sudo tar xvzf build/jdk.tar.gz -C /Library/Java/JavaVirtualMachines/
166
166
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home/
@@ -173,7 +173,7 @@ stages:
173
173
jdkVersionOption : ' 1.11'
174
174
jdkArchitectureOption : ' x64'
175
175
publishJUnitResults : false
176
- tasks : ' check jacocoTestReport jacocoRootReport :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -Pjdk14=/Library/Java/JavaVirtualMachines/jdk-14.jdk /Contents/Home/ --stacktrace'
176
+ tasks : ' check jacocoTestReport jacocoRootReport :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -Pjdk14=/Library/Java/JavaVirtualMachines/jdk-14.0.1+7 /Contents/Home/ --stacktrace'
177
177
- task : PublishPipelineArtifact@1
178
178
inputs :
179
179
targetPath : ' ui/build/installer'
0 commit comments