File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 10
10
# https://github.com/google/jsonnet/releases and compiled.
11
11
12
12
# CONFIGURATION
13
- local overlay = "8fcbcd2506181e6bd020d113940b41897bd4a528 " ;
13
+ local overlay = "1a47807cf46687114e0423fff01a2103ae8bd727 " ;
14
14
15
15
# For debugging: generated builds will be restricted to those listed in
16
16
# the array. No restriction is applied when it is empty.
@@ -219,19 +219,13 @@ local part_definitions = {
219
219
jdk: {
220
220
local with_path = { environment+: { path+:: ["$JAVA_HOME/bin" ] } },
221
221
222
- local v17 = with_path + common.jdks["labsjdk-ce-17" ] + {
223
- environment+: {
224
- JT_JDK: "17" ,
225
- },
226
- },
227
-
228
222
local v21 = with_path + common.jdks["labsjdk-ce-21" ] + {
229
223
environment+: {
230
224
JT_JDK: "21" ,
231
225
},
232
226
},
233
227
234
- lts: v17 + { jdk_label:: 'lts' },
228
+ lts: v21 + { jdk_label:: 'lts' },
235
229
new: v21 + { jdk_label:: 'new' },
236
230
},
237
231
Original file line number Diff line number Diff line change 64
64
# Expand GEM_HOME relative to cwd so it cannot be misinterpreted later.
65
65
ENV [ 'GEM_HOME' ] = File . expand_path ( ENV [ 'GEM_HOME' ] ) if ENV [ 'GEM_HOME' ]
66
66
67
- JDK_VERSIONS = [ 17 , 21 ]
67
+ JDK_VERSIONS = [ 21 ]
68
68
DEFAULT_JDK_VERSION = JDK_VERSIONS . first
69
69
70
70
MRI_TEST_RELATIVE_PREFIX = 'test/mri/tests'
You can’t perform that action at this time.
0 commit comments