Unverified Commit 4c57e1ba authored by Eli Uriegas's avatar Eli Uriegas Committed by GitHub
Browse files

packaging: Ensure we're propagating BUILD_VERSION (#1697)



BUILD_VERSION gets set by upstream scripts and should be available
whenever we're attempting to build audio in conda environments.

This solves the issue where conda packages appeared to be building a
development version instead of the actual version we were targeting
Signed-off-by: default avatarEli Uriegas <eliuriegas@fb.com>
parent 2e1df525
......@@ -27,6 +27,8 @@ requirements:
build:
string: py{{py}}
script_env:
- BUILD_VERSION
test:
imports:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment