Skip to content

Commit

Permalink
Removing Java runtimes for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloptops committed Oct 23, 2024
1 parent 028df3e commit 7962080
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions runtimes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Autogenerated by tools/build_data.py
mono-6.12.0.122-aarch64.squashfs
zulu11.48.21-ca-jdk11.0.11-linux.aarch64.squashfs
zulu17.48.15-ca-jdk17.0.10-linux.aarch64.squashfs
zulu17.48.15-ca-jdk17.0.10-linux.armhf.squashfs
zulu17.48.15-ca-jdk17.0.10-linux.x86_64.squashfs
16 changes: 0 additions & 16 deletions runtimes/runtimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,5 @@
"arch": {
"aarch64": "solarus-1.6.5.aarch64.squashfs"
}
},
"zulu11.48.21-ca-jdk11.0.11-linux.aarch64.squashfs": {
"name": "Java jdk11.0.11",
"default": "aarch64",
"arch": {
"aarch64": "zulu11.48.21-ca-jdk11.0.11-linux.aarch64.squashfs"
}
},
"zulu17.48.15-ca-jdk17.0.10-linux.aarch64.squashfs": {
"name": "Java jdk17.0.10",
"default": "aarch64",
"arch": {
"aarch64": "zulu17.48.15-ca-jdk17.0.10-linux.aarch64.squashfs",
"x86_64": "zulu17.48.15-ca-jdk17.0.10-linux.x86_64.squashfs",
"armhf": "zulu17.48.15-ca-jdk17.0.10-linux.armhf.squashfs"
}
}
}
Loading

0 comments on commit 7962080

Please sign in to comment.