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
Multi-issue Issue, but all in the same ballpark so keeping collected in one item.
First, introduce REZ_BUILD_VARIANT env var during rez-build process which is the value of the REZ_VARIANT_INDEX -ed variant string (so for variant ['platform-linux','arch-x86_64','os-Ubuntu16'], give back "platform-linux,arch-x86_64,os-Ubuntu16".
Second, Additional REZ_VARIANT_PATH which is just the same thing, with slashes instead, to be modified in next item.
Third, add ability to specify custom rez-variant paths as dictionary key in variant list. This would override #2 item variant path var appropriately, while leaving build variant var as the key.
The text was updated successfully, but these errors were encountered:
Will add REZ_BUILD_VARIANT_SUBPATH in upcoming release.
Dict-based variants are a heavy enough feature that they deserve a separate ticket. Note however that a coming feature (hashed variants) will alleviate the need for this to a fair degree.
Will close this ticket with next release as it addresses these points.
Multi-issue Issue, but all in the same ballpark so keeping collected in one item.
First, introduce REZ_BUILD_VARIANT env var during rez-build process which is the value of the REZ_VARIANT_INDEX -ed variant string (so for variant ['platform-linux','arch-x86_64','os-Ubuntu16'], give back "platform-linux,arch-x86_64,os-Ubuntu16".
Second, Additional REZ_VARIANT_PATH which is just the same thing, with slashes instead, to be modified in next item.
Third, add ability to specify custom rez-variant paths as dictionary key in variant list. This would override #2 item variant path var appropriately, while leaving build variant var as the key.
The text was updated successfully, but these errors were encountered: