Skip to content

Commit

Permalink
Merge pull request #754 from dougalsutherland/conda-build-update-linux
Browse files Browse the repository at this point in the history
Update conda-build for Linux builds
  • Loading branch information
jakirkham authored Apr 19, 2018
2 parents 957b218 + e1ae502 commit 6dc6ff5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda_smithy/templates/run_docker_build.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ echo "$config" > ~/.condarc
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artifacts.
conda clean --lock
conda install --yes --quiet conda-forge-ci-setup=1
# Make sure we pull in the latest conda-build version too
conda install --yes --quiet conda-forge-ci-setup=1 conda-build
{% if build_setup -%}
{{ build_setup }}{% endif -%}
Expand Down
13 changes: 13 additions & 0 deletions news/update-conda-build.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
**Added:** None

* Update conda-build in the docker build script

**Changed:** None

**Deprecated:** None

**Removed:** None

**Fixed:** None

**Security:** None

0 comments on commit 6dc6ff5

Please sign in to comment.