Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
bob
bob.devtools
Merge requests
!245
Use conda-forge channel as the base for our builds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use conda-forge channel as the base for our builds
conda-forge
into
master
Overview
0
Commits
21
Pipelines
13
Changes
19
Merged
Amir MOHAMMADI
requested to merge
conda-forge
into
master
3 years ago
Overview
0
Commits
21
Pipelines
13
Changes
19
Expand
Related to
#72 (closed)
0
0
Merge request reports
Compare
master
version 11
c380ba53
3 years ago
version 10
4d019196
3 years ago
version 9
d5fc7413
3 years ago
version 8
20fc8d6d
3 years ago
version 7
99410353
3 years ago
version 6
4f892567
3 years ago
version 5
1223698e
3 years ago
version 4
29b7dc6d
3 years ago
version 3
1ebc2463
3 years ago
version 2
d088f518
3 years ago
version 1
d7601468
3 years ago
master (base)
and
latest version
latest version
852e1cb0
21 commits,
3 years ago
version 11
c380ba53
20 commits,
3 years ago
version 10
4d019196
19 commits,
3 years ago
version 9
d5fc7413
17 commits,
3 years ago
version 8
20fc8d6d
16 commits,
3 years ago
version 7
99410353
15 commits,
3 years ago
version 6
4f892567
14 commits,
3 years ago
version 5
1223698e
12 commits,
3 years ago
version 4
29b7dc6d
10 commits,
3 years ago
version 3
1ebc2463
9 commits,
3 years ago
version 2
d088f518
5 commits,
3 years ago
version 1
d7601468
4 commits,
3 years ago
19 files
+
1259
−
316
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
bob/devtools/data/gitlab-ci/base-build.yaml
+
3
−
3
Options
@@ -33,9 +33,9 @@ build_linux:
tags
:
-
docker
before_script
:
-
rm -f
/root
/.condarc
-
rm -rf
/root
/.conda
image
:
docker.idiap.ch/bob/docker-images/c3i-linux-64
-
rm -f
~
/.condarc
-
rm -rf
~
/.conda
image
:
quay.io/condaforge/linux-anvil-comp7
cache
:
key
:
"
linux-cache"
Loading