Skip to content

Commit

Permalink
Merge remote-tracking branch 'ibex/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jun 7, 2024
2 parents 4c99c6f + 20be6a3 commit 65e42f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository is used to automatically build a [GIPS](https://github.com/Echtz
## Packages/Configuration

- [Ubuntu 24.04](https://app.vagrantup.com/gusztavvargadr/boxes/xubuntu-desktop-2404-lts)
- [OpenJDK 17](https://openjdk.org/projects/jdk/17/)
- [OpenJDK 21](https://openjdk.org/projects/jdk/21/)
- [Graphviz](https://graphviz.org/)
- [GIPS Eclipse build](https://github.com/Echtzeitsysteme/gips-eclipse-build) (variant: *eclipse-gips-linux-user*)
- [GLPK ILP solver](https://www.gnu.org/software/glpk/)
Expand Down
4 changes: 2 additions & 2 deletions prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ log "Installing updates."
sudo apt-get update
sudo apt-get upgrade -y

# Java/JDK17
# Java/JDK21
log "Installing OpenJDK."
sudo apt-get install -y openjdk-17-jdk
sudo apt-get install -y openjdk-21-jdk
#java --version

# Packages for building a new kernel
Expand Down

0 comments on commit 65e42f4

Please sign in to comment.