aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
AgeCommit message (Collapse)AuthorFilesLines
2018-08-31vagrant: Mount synced folder under homeJoão Valverde1-2/+5
Change-Id: Ib533f762f110d45d3daae6b5ccb6e3d243f60058 Reviewed-on: https://code.wireshark.org/review/29361 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-08-31CMake: Add debian package targetJoão Valverde1-0/+2
Change-Id: I114c861e5537a010d622b31d0c335752b45f3d2e Reviewed-on: https://code.wireshark.org/review/29360 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-08-31vagrant: Enable ccacheJoão Valverde1-0/+2
Change-Id: Ifcf24a7ad2a1745f67838ee76a8a49e51049fc3a Reviewed-on: https://code.wireshark.org/review/29359 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-08-31vagrant: Add fedora boxJoão Valverde1-7/+18
Change-Id: Ic33f3f5ee7e45d60f0eb7f50b94c919091fc3787 Reviewed-on: https://code.wireshark.org/review/29357 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-08-31vagrant: Use debian-setup.shJoão Valverde1-1/+4
Change-Id: Idb6c9281d050e89dc8eb564fe9d35ce1d4a27d8a Reviewed-on: https://code.wireshark.org/review/29356 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-19Fix and update the vagrant build systemSake Blok1-4/+4
Fix a dependency issue for the vagrant build system and update it to the latest Ubuntu LTS release (16.04 LTS). Also give it more vCPU's and RAM by default. Change-Id: I058e6a05356dba57a55ada7fe84f959e227a04b4 Reviewed-on: https://code.wireshark.org/review/26541 Reviewed-by: Sake Blok <sake.blok@SYN-bit.nl>
2015-06-25Vagrant setup fixesEvan Huus1-3/+0
- add license headers to the scripts - don't mount `.` into the VM manually, vagrant already puts it in /vagrant/ for us, just use that. - build with -j3, slightly more efficient even with two cores Change-Id: I43580ade7ae2635696072b39e4f18a401a030a85 Reviewed-on: https://code.wireshark.org/review/9127 Reviewed-by: Evan Huus <eapache@gmail.com>
2015-06-25Add basic Vagrant configurationEvan Huus1-0/+27
For non-linux developers this should somewhat simplify development with e.g. valgrind and other useful tools. Change-Id: I973ab7412ad9a61f0892c25c079ea3424208abd1 Reviewed-on: https://code.wireshark.org/review/9117 Reviewed-by: Evan Huus <eapache@gmail.com>