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
4207355d
Commit
4207355d
authored
4 years ago
by
Francesco Giacomini
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue-4' into 'master'
Update cmake to version 3.17.1 See merge request
!2
parents
44cbc077
4be9c454
Branches
issue-17
No related tags found
1 merge request
!2
Upgraded cmake version issue-4
Pipeline
#31501
passed
4 years ago
Stage: build
Stage: dockerhub
Changes
1
Pipelines
5
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 @
4207355d
...
...
@@ -34,7 +34,7 @@ yum -y install \
yum
-y
install
patch
# Install CMAKE
CMAKE_DOWNLOAD_URL
=
${
CMAKE_DOWNLOAD_URL
:-
https
://cmake.org/files/v3.1
3
/cmake-3.1
3.3
-Linux-x86_64.sh
}
CMAKE_DOWNLOAD_URL
=
${
CMAKE_DOWNLOAD_URL
:-
https
://cmake.org/files/v3.1
7
/cmake-3.1
7.1
-Linux-x86_64.sh
}
wget
--no-verbose
${
CMAKE_DOWNLOAD_URL
}
-O
/tmp/install-cmake.sh
mkdir
/opt/cmake
&&
sh /tmp/install-cmake.sh
--skip-license
--prefix
=
/opt/cmake
--exclude-subdir
...
...
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