Unverified Commit 7afa74c7 authored by Infinidoge's avatar Infinidoge
Browse files

semeru-bin: fix issue with 1-tuple `impls`

parent 4d548bc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ import sys
feature_versions = (8, 11, 16, 17)
oses = ("mac", "linux")
types = ("jre", "jdk")
impls = ("openj9")
impls = ("openj9",)

arch_to_nixos = {
    "x64": ("x86_64",),