From 95165371e2ee364ed4324cd69de7c8677e2bf04f Mon Sep 17 00:00:00 2001 From: Devon Ryan Date: Wed, 29 Dec 2021 12:51:55 +0100 Subject: [PATCH] no noarch builds on osx --- azure-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 9dd4457840f12..d648da7d251ba 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -83,6 +83,8 @@ stages: docker pull quay.io/dpryan79/mulled_container:latest mkdir -p ${CONDA_PREFIX}/conda-bld + export OSTYPE="linux-gnu" + export CI="true" bioconda-utils build recipes config.yml \ --docker --mulled-test \ --git-range origin/"$SYSTEM_PULLREQUEST_TARGETBRANCH" HEAD @@ -177,6 +179,7 @@ stages: mkdir -p ${CONDA_PREFIX}/conda-bld export OSTYPE="darwin" + export CI="true" bioconda-utils build recipes config.yml \ --git-range origin/"$SYSTEM_PULLREQUEST_TARGETBRANCH" HEAD displayName: Test