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

use centos 6 images for now

parent 26fcab41
No related branches found
No related tags found
1 merge request!245Use conda-forge channel as the base for our builds
......@@ -32,7 +32,7 @@ build_linux:
extends: .build_template
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
cache:
key: "linux-cache"
......
......@@ -20,7 +20,7 @@ stages:
.bootstrap:
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
before_script:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base
......
......@@ -42,7 +42,7 @@ stages:
extends: .build_template
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
build_linux_37:
extends: .build_linux_template
......@@ -85,7 +85,7 @@ build_macos_intel_38:
stage: cleanup
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
script:
- bdt ci clean-betas -vv
cache:
......
......@@ -52,7 +52,7 @@ build_linux:
extends: .build_template
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
variables:
PYTHON_VERSION: "3.8"
BUILD_EGG: "true"
......@@ -97,7 +97,7 @@ build_macos_intel:
extends: .test_template
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
.test_macos_intel_template:
......
......@@ -52,7 +52,7 @@ stages:
extends: .build_template
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
artifacts:
paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda
......@@ -127,7 +127,7 @@ build_linux_38:
extends: .test_template
tags:
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
image: quay.io/condaforge/linux-anvil-comp7
.test_macos_intel_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