diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-09-22 11:28:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 11:28:47 -0400 |
commit | 5625f45f06fd424794b388718a5c47ab47e5b121 (patch) | |
tree | 7d757a310f4d840aef7505e241c8d285ffc23d38 /jenkins/version_pins.yml | |
parent | b42617a75628294b715e3fd9f25acdbf29f367c9 (diff) | |
parent | c4a560e340bee45d60ef499ad963bdd8fbb7cc5d (diff) | |
download | build_control-5625f45f06fd424794b388718a5c47ab47e5b121.tar.gz |
Merge pull request #37 from rendinam/activate_pins_by_config
Use pin environment only if pin packages are specified.
Diffstat (limited to 'jenkins/version_pins.yml')
-rw-r--r-- | jenkins/version_pins.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jenkins/version_pins.yml b/jenkins/version_pins.yml index caaa16a..2d6f23e 100644 --- a/jenkins/version_pins.yml +++ b/jenkins/version_pins.yml @@ -1,3 +1,5 @@ +# This file must exist even if empty or entirely commented out. +# # This file is only honored when the build system is configured to use # conda-build 3.x. # @@ -8,6 +10,7 @@ # - setuptools 36.4.0 is released in a broken state which prevents packages # that have it as a build requirement from building. # - setuptools can be pinned to an earlier version for all package builds -# that happen in a given job suite, allowing them to succeed. -packages: - - setuptools 27.2.0 +# that happen in a given job suite, allowing them to succeed. +# +#packages: +# - setuptools 27.2.0 |