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
GitLab 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
Expand sidebar
Merged
Use conda-forge channel as the base for our builds
conda-forge
into
master
Overview
0
Commits
21
Pipelines
13
Changes
19
Merged
Use conda-forge channel as the base for our builds
Amir MOHAMMADI
requested to merge
conda-forge
into
master
Sep 30, 2021
Overview
0
Commits
21
Pipelines
13
Changes
19
Related to
#72 (closed)
0
0
Merge request reports
Compare
master
version 11
c380ba53
Sep 30, 2021
version 10
4d019196
Sep 30, 2021
version 9
d5fc7413
Sep 30, 2021
version 8
20fc8d6d
Sep 30, 2021
version 7
99410353
Sep 30, 2021
version 6
4f892567
Sep 30, 2021
version 5
1223698e
Sep 30, 2021
version 4
29b7dc6d
Sep 30, 2021
version 3
1ebc2463
Sep 30, 2021
version 2
d088f518
Sep 30, 2021
version 1
d7601468
Sep 30, 2021
master (base)
and
latest version
latest version
852e1cb0
21 commits,
Sep 30, 2021
version 11
c380ba53
20 commits,
Sep 30, 2021
version 10
4d019196
19 commits,
Sep 30, 2021
version 9
d5fc7413
17 commits,
Sep 30, 2021
version 8
20fc8d6d
16 commits,
Sep 30, 2021
version 7
99410353
15 commits,
Sep 30, 2021
version 6
4f892567
14 commits,
Sep 30, 2021
version 5
1223698e
12 commits,
Sep 30, 2021
version 4
29b7dc6d
10 commits,
Sep 30, 2021
version 3
1ebc2463
9 commits,
Sep 30, 2021
version 2
d088f518
5 commits,
Sep 30, 2021
version 1
d7601468
4 commits,
Sep 30, 2021
19 files
+
1259
−
316
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
bob/devtools/data/gitlab-ci/base-build.yaml
+
3
−
3
View file @ 852e1cb0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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