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.
@@ -218,19 +218,13 @@ local part_definitions = {
218
218
jdk: {
219
219
local with_path = { environment+: { path+:: ["$JAVA_HOME/bin" ] } },
220
220
221
- local v17 = with_path + common.jdks["labsjdk-ce-17" ] + {
222
- environment+: {
223
- JT_JDK: "17" ,
224
- },
225
- },
226
-
227
221
local v21 = with_path + common.jdks["labsjdk-ce-21" ] + {
228
222
environment+: {
229
223
JT_JDK: "21" ,
230
224
},
231
225
},
232
226
233
- lts: v17 + { jdk_label:: 'lts' },
227
+ lts: v21 + { jdk_label:: 'lts' },
234
228
new: v21 + { jdk_label:: 'new' },
235
229
},
236
230
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