Skip to content
Snippets Groups Projects
Commit e071d44c authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Use centos:7 to build Bob

parent a2537592
No related branches found
No related tags found
1 merge request!178Use centos:7 to build Bob
Pipeline #44639 failed
......@@ -27,7 +27,7 @@ build_linux:
BUILD_EGG: "true"
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
before_script:
- rm -f /root/.condarc
- rm -rf /root/.conda
......
......@@ -35,7 +35,7 @@ build_linux:
before_script:
- rm -f /root/.condarc
- rm -rf /root/.conda
image: continuumio/conda-concourse-ci
image: centos:7
cache:
key: "linux-cache"
......
......@@ -20,7 +20,7 @@ stages:
.bootstrap:
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
before_script:
- rm -f /root/.condarc
- rm -rf /root/.conda
......@@ -30,7 +30,6 @@ stages:
- conda activate base
cache:
paths:
- miniconda.sh
- torch
......
......@@ -84,7 +84,7 @@ build_macosx_37:
stage: cleanup
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
script:
- bdt ci clean-betas -vv
cache:
......
......@@ -48,7 +48,7 @@ build_linux:
extends: .build_template
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
variables:
PYTHON_VERSION: "3.7"
BUILD_EGG: "true"
......@@ -92,7 +92,7 @@ build_macosx:
extends: .test_template
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
.test_macosx_template:
......
......@@ -49,7 +49,7 @@ stages:
extends: .build_template
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
artifacts:
paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda
......@@ -123,7 +123,7 @@ build_linux_37:
extends: .test_template
tags:
- docker
image: continuumio/conda-concourse-ci
image: centos:7
.test_macosx_template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment