Skip to content

Commit

Permalink
no noarch builds on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Dec 29, 2021
1 parent 18dc3c7 commit 9516537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9516537

Please sign in to comment.