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
I'm trying to understand how building a python binary as a zip works. I know that a main.py gets generated, which sets up a bunch of symlinks, then creates a temprorary directory in /tmp. It's been a challenge trying to pin point where in rules_python the creation of main.py happens. I see the template file for it, but I cannot modify it and have those changes show up when I rebuild the python binary... Is there any docs about how this works?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to understand how building a python binary as a zip works. I know that a main.py gets generated, which sets up a bunch of symlinks, then creates a temprorary directory in /tmp. It's been a challenge trying to pin point where in rules_python the creation of main.py happens. I see the template file for it, but I cannot modify it and have those changes show up when I rebuild the python binary... Is there any docs about how this works?
Beta Was this translation helpful? Give feedback.
All reactions