-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
128 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Create a Docker image that is ready to run the main Checker Framework tests, | ||
# using JDK 22. | ||
# using JDK 23. | ||
# (This is OpenJDK, not Oracle JDK. There are different instructions for | ||
# installing a LTS release of Java.) | ||
# To convert this file to use a newer JDK, search (from the top level of the | ||
# Checker Framework and Annotation Tools repositories) for: (java|jdk).?22\b | ||
# Checker Framework and Annotation Tools repositories) for: (java|jdk).?23\b | ||
|
||
# "ubuntu" is the latest LTS release. "ubuntu:rolling" is the latest release. | ||
# See releases at https://hub.docker.com/_/ubuntu for available images. | ||
# See https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=openjdk-22-jdk&searchon=names | ||
# See https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=openjdk-23-jdk&searchon=names | ||
# to see what Ubuntu versions support a particular OpenJDK version. | ||
FROM ubuntu:mantic | ||
FROM ubuntu:oracular | ||
MAINTAINER Michael Ernst <[email protected]> | ||
|
||
# According to | ||
|
@@ -31,7 +31,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ | |
ca-certificates-java \ | ||
&& aptitude -y install \ | ||
openjdk-17-jdk \ | ||
openjdk-22-jdk | ||
openjdk-23-jdk | ||
|
||
# Known good combinations of JTReg and the JDK appear at https://builds.shipilev.net/jtreg/ . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Create a Docker image that is ready to run the full Checker Framework tests, | ||
# including building the manual and Javadoc, using JDK 22. | ||
# including building the manual and Javadoc, using JDK 23. | ||
# (This is OpenJDK, not Oracle JDK. There are different instructions for | ||
# installing a LTS release of Java.) | ||
# To convert this file to use a newer JDK, search (from the top level of the | ||
# Checker Framework and Annotation Tools repositories) for: (java|jdk).?22\b | ||
# Checker Framework and Annotation Tools repositories) for: (java|jdk).?23\b | ||
|
||
# "ubuntu" is the latest LTS release. "ubuntu:rolling" is the latest release. | ||
# See releases at https://hub.docker.com/_/ubuntu for available images. | ||
# See https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=openjdk-22-jdk&searchon=names | ||
# See https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=openjdk-23-jdk&searchon=names | ||
# to see what Ubuntu versions support a particular OpenJDK version. | ||
FROM ubuntu:mantic | ||
FROM ubuntu:oracular | ||
MAINTAINER Michael Ernst <[email protected]> | ||
|
||
# According to | ||
|
@@ -31,7 +31,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ | |
ca-certificates-java \ | ||
&& aptitude -y install \ | ||
openjdk-17-jdk \ | ||
openjdk-22-jdk | ||
openjdk-23-jdk | ||
|
||
# Known good combinations of JTReg and the JDK appear at https://builds.shipilev.net/jtreg/ . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
https://github.com/kelloggm/wpi-many-tests-bcel-util a67f0cd3f59f621cffd0567306df55766f17550a | ||
https://github.com/kelloggm/wpi-many-tests-bibtex-clean 43e0372475bf8d08522197b5b50196e8176b658b | ||
https://github.com/kelloggm/wpi-many-tests-ensures-called-methods 5f39f1e5ad364900b5542438bae0a562db230d20 | ||
https://github.com/kelloggm/wpi-many-tests-html-pretty-print c3ce7959c68c1ecc40d8c85c31080bcc59f2854e | ||
https://github.com/kelloggm/-wpi-many-tests-bibtex-clean 8e0d2c17240056ccd7d45efa272fb364aa482617 | ||
https://github.com/kelloggm/wpi-many-tests-bcel-util 91415634c1d47ada93de4fb9105bbd7817928a58 | ||
https://github.com/kelloggm/wpi-many-tests-bibtex-clean fe7ae9a276d8d392c174d497c14a7bf4f30876e8 | ||
https://github.com/kelloggm/wpi-many-tests-ensures-called-methods e5ad4c582392ee8edd8a6270b12aad876df94782 | ||
https://github.com/kelloggm/wpi-many-tests-html-pretty-print de5790094a1b3cece9cd97152a5c54afa615e6d9 | ||
https://github.com/kelloggm/-wpi-many-tests-bibtex-clean 4da53d845f91e5a34987f70227ec6e5b11e8fc60 | ||
# This comment line tests that the commenting feature works (if it doesn't, then this line will be read and fail, as it's not a URL). | ||
https://github.com/Nargeshdb/wpi-many-tests-owning-field f446e987fdb87a4c8364c9a2728be70900cb30d5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.