Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
conan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Devtools
conan
Merge requests
!5
Update to conan 2.0.1
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update to conan 2.0.1
main
into
python-3.6.13
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Patrick MADELA
requested to merge
main
into
python-3.6.13
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
71f8a1c1
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
71f8a1c1
Remove conan-package-tools that is not compatible with conan 2.x
· 71f8a1c1
Patrick MADELA
authored
2 years ago
.gitlab-ci.yml
+
1
−
1
View file @ 71f8a1c1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,7 +21,7 @@ stages:
-
unzip -q ${PYTHON_ROOT}.zip -d ${CI_PROJECT_DIR}
-
rm -f ${PYTHON_ROOT}.zip
# Install conan
-
${CI_PROJECT_DIR}/${PYTHON_ROOT}/bin/python -m pip install -q --no-cache-dir --prefix=${CI_PROJECT_DIR}/${CONAN_ROOT} conan==${CONAN_VERSION}
conan-package-tools
-
${CI_PROJECT_DIR}/${PYTHON_ROOT}/bin/python -m pip install -q --no-cache-dir --prefix=${CI_PROJECT_DIR}/${CONAN_ROOT} conan==${CONAN_VERSION}
# Fix python shebang to make it independent of install path
-
grep -I -r -l "^#\!${CI_PROJECT_DIR}/${PYTHON_ROOT}/bin/python.*$" ${CI_PROJECT_DIR}/${CONAN_ROOT} | xargs sed -i '1c\#\!/usr/bin/env python'
# Clean pycache
Loading