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 Jan 3, 2024
2 parents 4b90b0f + cd987f4 commit d530b3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository is used to automatically build a [GIPS](https://github.com/Echtz

## Packages/Configuration

- [Ubuntu 20.04](https://app.vagrantup.com/gusztavvargadr/boxes/ubuntu-desktop)
- [Ubuntu 22.04](https://app.vagrantup.com/gusztavvargadr/boxes/xubuntu-desktop-2204-lts)
- [OpenJDK 17](https://openjdk.org/projects/jdk/17/)
- [Graphviz](https://graphviz.org/)
- [GIPS Eclipse build](https://github.com/Echtzeitsysteme/gips-eclipse-build) (variant: *eclipse-gips-linux-user*)
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
token = ENV["GITHUB_TOKEN"]

Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/ubuntu-desktop-2004-lts-xfce"
config.vm.box = "gusztavvargadr/xubuntu-desktop-2204-lts"
config.vm.define 'gips'
config.vm.provider :virtualbox do |vb|
vb.name = "gips"
Expand Down
1 change: 0 additions & 1 deletion prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ sudo cp /usr/lib/x86_64-linux-gnu/jni/libglpk_java.* /usr/lib

log "Clean-up"
sudo apt-get remove -yq \
snapd \
libreoffice-* \
thunderbird \
pidgin \
Expand Down

0 comments on commit d530b3a

Please sign in to comment.