Skip to content

Commit 51f330b

Browse files
committed
Fix: do not deploy unused graalpy-native-bc-dsl-standalonelinux
1 parent 1bf674a commit 51f330b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
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",
@@ -221,7 +220,7 @@
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,

0 commit comments

Comments
 (0)