Skip to content

Commit

Permalink
Removed conda deployments with 32-bit architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 12, 2019
1 parent 950b541 commit dbe6e32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/deploy_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ conda build conda-recipe/
# Convert the conda package to support other operating systems
echo "Convert the recipe to other OSes"
ls $CONDA_BLD_PATH
echo "Coverting to Windows 32"
conda convert -q -p win-32 -o $CONDA_BLD_PATH $CONDA_BLD_PATH/$OS/*.tar.bz2
echo "Coverting to Windows 64"
conda convert -q -p win-64 -o $CONDA_BLD_PATH $CONDA_BLD_PATH/$OS/*.tar.bz2
echo "Coverting to Linux 32"
conda convert -q -p linux-32 -o $CONDA_BLD_PATH $CONDA_BLD_PATH/$OS/*.tar.bz2
echo "Coverting to Linux 64"
conda convert -q -p linux-64 -o $CONDA_BLD_PATH $CONDA_BLD_PATH/$OS/*.tar.bz2
echo "Coverting to OS X 64"
Expand Down

0 comments on commit dbe6e32

Please sign in to comment.