glamorous-tiger-7918
12/22/2021, 8:41 PM2.8.1rc1
to 2.9.0.rc0
yesterday. Noticed today that the pex files that end up getting deployed do not have executable permissions. The permissions are:
• 2.8.1rc1
-> -rwxr-xr-x
• 2.9.0.rc0
-> -rwxr--r--
I've tried packaging locally and we end up with the correct permissions, seems the pex files created by our CI (Github, ubuntu-latest) are missing those two executable permissions.
Any idea on what might cause this or how to remedy this?enough-analyst-54434
12/22/2021, 9:39 PMglamorous-tiger-7918
12/22/2021, 9:47 PM2.8.1rc1
and permissions are looking like they were previously.
Only other thing changed was moving
[python]
interpreter_search_paths = ...
to
[python-bootstrap]
search_path = ...
in pants.tomlenough-analyst-54434
12/22/2021, 9:51 PMglamorous-tiger-7918
12/22/2021, 9:52 PMenough-analyst-54434
12/22/2021, 9:54 PMglamorous-tiger-7918
12/22/2021, 9:56 PMinterpreter_constraints = ['CPython==3.8.*']
interpreter_search_paths = ['/usr/bin/python', '/usr/bin/python3', '/usr/bin/python3.5', '<PATH>', '<PYENV>']
enough-analyst-54434
12/22/2021, 10:08 PM