Merge pull request #5364 from ThomasWaldmann/vagrant-fixes-master

vagrant: install gcc-7 on openindiana
This commit is contained in:
TW 2020-09-29 12:25:04 +02:00 committed by GitHub
commit 3a96381fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
Vagrantfile vendored
View File

@ -103,7 +103,9 @@ def packages_openindiana
return <<-EOF
# needs separate provisioning step + reboot:
#pkg update
pkg install python-37 clang-40 lz4 zstd git
# already installed:
#pkg install python-37 python-35 virtualenv-35 pip-35 clang-40 lz4 zstd git
pkg install gcc-7
ln -sf /usr/bin/python3.7 /usr/bin/python3
python3 -m ensurepip
ln -sf /usr/bin/pip3.7 /usr/bin/pip3