Skip to content

Commit

Permalink
Pin Conda-build 2.1.17 everywhere
Browse files Browse the repository at this point in the history
See #799

We will need to make major changes to our build environment before we move to conda-build 3
  • Loading branch information
Lnaden committed Jul 7, 2017
1 parent f5b0ae5 commit bd452d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conda config --add channels omnia
# Move the conda-forge channel to the top
# Cannot just append omnia otherwise default would have higher priority
conda config --add channels conda-forge
conda install -yq conda\>=4.3 conda-build jinja2 anaconda-client
conda install -yq conda\>=4.3 conda-build==2.1.17 jinja2 anaconda-client

/io/conda-build-all -vvv $UPLOAD -- /io/*

Expand Down
2 changes: 1 addition & 1 deletion devtools/osx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bash Miniconda3-latest-MacOSX-x86_64.sh -b -p $HOME/anaconda;
export PATH=$HOME/anaconda/bin:$PATH;
conda config --add channels omnia;
conda config --add channels conda-forge;
conda install -yq conda\>=4.3 conda-env conda-build jinja2 anaconda-client;
conda install -yq conda\>=4.3 conda-env conda-build==2.1.7 jinja2 anaconda-client;
conda config --show;

# Do this step last to make sure conda-build, conda-env, and conda updates come from the same channel first
Expand Down

0 comments on commit bd452d3

Please sign in to comment.