vagrant: install gcc-7 on openindiana

otherwise it does not find the C compiler.

also: add a note that we want to have python-37 package (in a comment,
because it is already preinstalled in our base VM image).
This commit is contained in:
Thomas Waldmann 2020-09-29 11:02:20 +02:00
parent 83a157266a
commit 0d311082a1
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