Skip to content

Commit

Permalink
Merge pull request #928 from kloptops/main
Browse files Browse the repository at this point in the history
Added back java runtimes, updated build_release to use HashCache on pmserver, updated prepare_repo.sh to not spam so much.
  • Loading branch information
kloptops authored Nov 13, 2024
2 parents baf72d7 + 25a2b75 commit 51e9e09
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions runtimes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# 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: 16 additions & 0 deletions runtimes/runtimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,21 @@
"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 51e9e09

Please sign in to comment.