Branch: refs/heads/main
Revision: a94e689
Author: mppf
Link: Updates to vagrant scripting by mppf · Pull Request #19402 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19402 from mppf/update-vagrants-again
Updates to vagrant scripting
- Update Vagrant files to deal with CentOS 8 EOL
- Move CentOS 7 to use devtoolset (otherwise can't build the Chapel
compiler for lack of C++14) - Add Fedora 35
- Add FreeBSD 12.2 and 12.3
- Add a linuxbrew config
- Remove ubuntu hirsute as it is EOL
- Remove gentoo as I am having problems with the box (doesn't boot at all
for me) - Remove FreeBSD 13 as I am having problems with the box (doesn't boot at
all for me) - Update chapelbranch.sh based on errors seen on centos and to use less
disk space
Reviewed by @tzinsky - thanks!
Modified Files:
A util/devel/test/vagrant/current/centos-7-devtoolset-11/Vagrantfile
A util/devel/test/vagrant/current/centos-stream8/Vagrantfile
A util/devel/test/vagrant/current/fedora-35-cloud-base/Vagrantfile
A util/devel/test/vagrant/current/freebsd-FreeBSD-12.2-STABLE/Vagrantfile
A util/devel/test/vagrant/current/freebsd-FreeBSD-12.3-STABLE/Vagrantfile
A util/devel/test/vagrant/current/ubuntu-impish64-homebrew/Vagrantfile
A util/devel/test/vagrant/provision-scripts/apt-get-and-linuxbrew.sh
A util/devel/test/vagrant/provision-scripts/apt-get-llvm-11.sh
A util/devel/test/vagrant/provision-scripts/apt-get-llvm.sh
A util/devel/test/vagrant/provision-scripts/dnf-llvm.sh
A util/devel/test/vagrant/provision-scripts/freebsd-pkg-llvm13.sh
A util/devel/test/vagrant/provision-scripts/yum-deps-centos-7.sh
A util/devel/test/vagrant/x_eol/centos-8/Vagrantfile
A util/devel/test/vagrant/x_eol/ubuntu-hirsute64/Vagrantfile
A util/devel/test/vagrant/x_problems/freebsd-FreeBSD-13.0-STABLE/Vagrantfile
A util/devel/test/vagrant/x_problems/generic-gentoo/Vagrantfile
R util/devel/test/vagrant/current/centos-8/Vagrantfile
R util/devel/test/vagrant/current/freebsd-FreeBSD-13.0-STABLE/Vagrantfile
R util/devel/test/vagrant/current/generic-gentoo/Vagrantfile
R util/devel/test/vagrant/current/ubuntu-hirsute64/Vagrantfile
R util/devel/test/vagrant/x_problems/centos-7/Vagrantfile
M util/devel/test/vagrant/README-distro-timelines.txt
M util/devel/test/vagrant/chapelbranch.sh
M util/devel/test/vagrant/current/debian-bullseye64/Vagrantfile
M util/devel/test/vagrant/current/debian-buster64/Vagrantfile
M util/devel/test/vagrant/current/debian-stretch64/Vagrantfile
M util/devel/test/vagrant/current/fedora-31-cloud-base/Vagrantfile
M util/devel/test/vagrant/current/fedora-32-cloud-base/Vagrantfile
M util/devel/test/vagrant/current/fedora-33-cloud-base/Vagrantfile
M util/devel/test/vagrant/current/fedora-34-cloud-base/Vagrantfile
M util/devel/test/vagrant/current/ubuntu-bionic64/Vagrantfile
M util/devel/test/vagrant/current/ubuntu-focal64/Vagrantfile
M util/devel/test/vagrant/current/ubuntu-impish64/Vagrantfile
M util/devel/test/vagrant/current/ubuntu-xenial32/Vagrantfile
M util/devel/test/vagrant/current/ubuntu-xenial64/Vagrantfile
M util/devel/test/vagrant/provision-scripts/apk-deps.sh
M util/devel/test/vagrant/provision-scripts/freebsd-pkg-deps.sh
M util/devel/test/vagrant/provision-scripts/yum-deps-amazonlinux-2.sh
M util/devel/test/vagrant/provision-scripts/yum-deps.sh
M util/devel/test/vagrant/provision-scripts/zypper-deps.sh
Compare: https://github.com/chapel-lang/chapel/compare/fa7510ef40b1...a94e689c3d47