Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
657a3605
Unverified
Commit
657a3605
authored
Jun 04, 2018
by
Don Gagne
Committed by
GitHub
Jun 04, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6536 from peterbarker/vagrantfile-updates
Vagrant: use Qt5.11.0 deps
parents
2a2dd107
b8ac0905
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
.vagrantconfig.yml
.vagrantconfig.yml
+7
-7
Vagrantfile
Vagrantfile
+1
-0
No files found.
.vagrantconfig.yml
View file @
657a3605
configs
:
dev
:
'
qt_deps_tarball'
:
'
Qt5.
9.1-linux-vagrant
.tar.bz2'
'
qt_deps_tarball'
:
'
Qt5.
11.0-gcc_64-min
.tar.bz2'
'
qt_deps_unpack_parent_dir'
:
'
/tmp'
'
qt_deps_unpack_dir'
:
'
/tmp/Qt5.
9-vagrant/5.9.1
'
'
qt_deps_bin_unpack_dir'
:
'
/tmp/Qt5.
9-vagrant/5.9.1
/gcc_64/bin'
'
qt_deps_lib_unpack_dir'
:
'
/tmp/Qt5.
9-vagrant/5.9.1
/gcc_64/lib'
'
qt_deps_plugins_unpack_dir'
:
'
/tmp/Qt5.
9-vagrant/5.9.1
/gcc_64/plugins'
'
qt_deps_qml_unpack_dir'
:
'
/tmp/Qt5.
9-vagrant/5.9.1
/gcc_64/qml'
'
qt_deps_unpack_dir'
:
'
/tmp/Qt5.
11-gcc_64/5.11.0
'
'
qt_deps_bin_unpack_dir'
:
'
/tmp/Qt5.
11-gcc_64/5.11.0
/gcc_64/bin'
'
qt_deps_lib_unpack_dir'
:
'
/tmp/Qt5.
11-gcc_64/5.11.0
/gcc_64/lib'
'
qt_deps_plugins_unpack_dir'
:
'
/tmp/Qt5.
11-gcc_64/5.11.0
/gcc_64/plugins'
'
qt_deps_qml_unpack_dir'
:
'
/tmp/Qt5.
11-gcc_64/5.11.0
/gcc_64/qml'
'
project_root_dir'
:
'
/vagrant'
...
...
@@ -20,4 +20,4 @@ configs:
'
spec'
:
'
linux-g++-64'
'
shadow_build_dir'
:
'
/vagrant/shadow-build'
'
pro'
:
'
/vagrant/qgroundcontrol.pro'
'
deps_url'
:
'
https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.
9.1-linux-vagrant
.tar.bz2'
'
deps_url'
:
'
https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.
11.0-gcc_64-min
.tar.bz2'
Vagrantfile
View file @
657a3605
...
...
@@ -45,6 +45,7 @@ Vagrant.configure(2) do |config|
$config_shell
=
<<-
'SHELL'
set -e
set -x
export %{build_env}
export JOBS=$((`cat /proc/cpuinfo | grep -c ^processor`+1))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment