Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
storm2
build
Commits
2cfebe40
Commit
2cfebe40
authored
4 years ago
by
Elisabetta Ronchieri
Browse files
Options
Downloads
Patches
Plain Diff
added boost
parent
4207355d
Branches
issue-17
No related tags found
1 merge request
!3
Updated boost version issue-9
Pipeline
#31420
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/build/assets/setup.sh
+1
-1
1 addition, 1 deletion
docker/build/assets/setup.sh
with
1 addition
and
1 deletion
docker/build/assets/setup.sh
+
1
−
1
View file @
2cfebe40
...
...
@@ -91,7 +91,7 @@ clang-format --version
# Install boost
mkdir
/tmp/boost-build
cd
/tmp/boost-build
wget
--no-verbose
https://dl.bintray.com/boostorg/release/1.
68
.0/source/boost_1_
68
_0.tar.gz
-O
boost.tar.gz
wget
--no-verbose
https://dl.bintray.com/boostorg/release/1.
72
.0/source/boost_1_
72
_0.tar.gz
-O
boost.tar.gz
mkdir
boost-src
&&
tar
zxf boost.tar.gz
-C
boost-src
--strip-components
=
1
cd
boost-src
./bootstrap.sh
--with-libraries
=
filesystem,log,program_options,system,thread
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment