File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 local GPY_JVM21_STANDALONE = "graalpy-jvm21-standalone" ,
9797 local GPY_JVM_STANDALONE = "graalpy-jvm-standalone" ,
9898 local GPY_NATIVE_STANDALONE = "graalpy-native-standalone" ,
99- local GPY_NATIVE_MANUAL_STANDALONE = "graalpy-native-bc-dsl-standalone" ,
10099 local GPYEE_JVM_STANDALONE = "graalpy-ee-jvm-standalone" ,
101100 local GPYEE_NATIVE_STANDALONE = "graalpy-ee-native-standalone" ,
102101 local GRAAL_JDK_LATEST = "graal-jdk-latest" ,
221220 "windows:amd64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE) + batches(2 ),
222221 }),
223222 "python-svm-unittest-manual-interpreter" : gpgate + platform_spec(no_jobs) + manual_interpreter_gate("python-svm-unittest" ) + platform_spec({
224- "linux:amd64:jdk-latest" : tier2 + provide(GPY_NATIVE_MANUAL_STANDALONE) ,
223+ "linux:amd64:jdk-latest" : tier2,
225224 }),
226225 "python-tagged-unittest" : gpgate + require(GPY_NATIVE_STANDALONE) + batches(TAGGED_UNITTESTS_SPLIT) + platform_spec(no_jobs) + platform_spec({
227226 "linux:amd64:jdk-latest" : tier2,
You can’t perform that action at this time.
0 commit comments