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
Before, we only looked at files under install/bin. Now, we look
at all files under install/.
This caused the script to inspect a lot of new files. Many
of those new files had different shebangs. And some of the files
weren't UTF-8 encoded. So we had to adjust the script accordingly.
Logs say that only the
`install/lib/pythonX.Y/config-X.Y-arch/python-config.py` file is
impacted by this change. That file is the impetus for making
this change.
Rust validation of shebangs has been added to ensure we don't
regress on shebang rewriting. I verified this tripped on builds
produced before this commit.
Closes#145.
0 commit comments