I noticed that the file permissions of .pex files ...
# general
f
I noticed that the file permissions of .pex files that Pants produces are different between the 2.7.1 and 2.9.0, please see the thread.
When building locally on Linux With Pants 2.7.1:
Copy code
-rwxr-xr-x 1 username username 50783617 Mar 18 16:04 project.pex
With Pants 2.9.0:
Copy code
-rwxr--r-- 1 username username 52814103 Mar 18 16:14 project.pex
is this intentional?
the group and others don’t have the executable bit enabled
f
@brash-baker-91190 ah perfect, thank you so much.
👍 1