Skip to content

Commit

Permalink
Merge pull request #27 from sot/old_build_strings
Browse files Browse the repository at this point in the history
Use old conda build strings and skip the build hashes
  • Loading branch information
jeanconn authored Jul 13, 2018
2 parents eb434e3 + 51726e3 commit bf983f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ska_conda/ska_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _build_package(self, name):
print("Building package %s." % name)
pkg_path = os.path.join(pkg_defs_path, name)
cmd_list = ["conda", "build", pkg_path, "--croot",
self.build_dir, "--no-test",
self.build_dir, "--no-test", "--old-build-string",
"--no-anaconda-upload", "--skip-existing"]
subprocess.run(cmd_list, check=True)

Expand Down

0 comments on commit bf983f0

Please sign in to comment.