bland-cricket-38384
08/12/2024, 3:52 PMpants --version
, pants fails silently while running .pants.bootstrap
. If I bash .pants.bootstrap
, the file works. But when pants runs it, it silently exits the first time grep
is called. Other things like sed
work in it. It's just grep
. It doesn't do this in every environment. It works locally most of the time but breaks in a container in CI. I'm still trying to find the root cause, but I was hoping maybe someone had some insight that might fix it.bland-cricket-38384
08/12/2024, 4:09 PMhappy-kitchen-89482
08/12/2024, 5:20 PMhappy-kitchen-89482
08/12/2024, 5:20 PMgrep
with /full/path/to/grep
?bland-cricket-38384
08/15/2024, 11:48 PM.<http://pants.to|pants.bootstrap
to> then call grep and just echoed out what I needed. It probably wasn't the PATH since I did check sed and grep. Both were in the same place. But sed worked.