Add support to generate locks and consume them from a different architecture#237
Conversation
nicoddemus
left a comment
There was a problem hiding this comment.
Thanks @648trindade for the PR!
Please take a look at my comments.
It also allows to generate locks for different architectures than the one from the host machine, and selects the correct lock when consuming it.
I don't see any changes in the PR regarding that, or am I missing something? Or no changes were needed, and you just wanted to emphasize this is possible?
The main change is in the rendering of the jinja dictionary on |
nicoddemus
left a comment
There was a problem hiding this comment.
Thanks @648trindade!
I will leave this open for a couple of days to give others a chance to review. 👍
|
@648trindade @volpatto |
Ticket #236
Adds the ability for
conda-devenvto generateaarch64orarm64locks.It also allows to generate locks for different architectures than the one from the host machine, and selects the correct lock when consuming it.
Fixes #236, #233. Closes #234.