You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include the commit hash in the package build string so that old commit builds are retained
push to a new org, omnia-dev, to make it easier to test different commits without swamping production releases
Unfortunately, our cobbled-together conda-build-all won't substitute the git hash correctly in get_bldpkg_path(), leading to an omission in the package name defined in meta.yaml
Attempting to upload package to anaconda cloud as user omnia-dev...
ERROR: File does not exist: /opt/conda/conda-bld/linux-64/openmm-7.4.0-py37_cuda75__1.tar.bz2
The text was updated successfully, but these errors were encountered:
Just adding that this is still the case. I want to use GIT_BUILD_STR as part of the build string; this works at build time, but when it's time to upload the package to Anaconda, the filename gets rendered wrong: GIT_BUILD_STR seems to be blank.
I've reworked this repo to
omnia-dev
, to make it easier to test different commits without swamping production releasesUnfortunately, our cobbled-together
conda-build-all
won't substitute the git hash correctly inget_bldpkg_path()
, leading to an omission in the package name defined inmeta.yaml
which results in the error
The text was updated successfully, but these errors were encountered: