John Sirois
John Sirois
So, generally: ``` ^jsirois@gill ~ $ sleep 5 ; play ~/Music/getback.wav /home/jsirois/Music/getback.wav: File Size: 20.7k Bit Rate: 179k Encoding: Unsigned PCM Channels: 1 @ 8-bit Samplerate: 22254Hz Replaygain: off Duration:...
@kevints are you in a position to code or review for this? I'm willing to be the complement either way.
I'll add more details later, but, in short, the issue seems to be a RedHat issue and it does not appear to be any problem with PBS. Fedora has a...
Ok, I think the comment in https://github.com/pantsbuild/pex/pull/2358 here explains what is going on: https://github.com/pantsbuild/pex/pull/2358/files#diff-a8ab8ae64ae5d677d8f616a6934108c4436479a9d560002b6f49402e8f862d72R71 @xlevus and @indygreg as far as I can tell, there is really nothing PBS can do...
> Although I'm still a little confused how RedHat's OpenSSL config settings are influencing our statically linked OpenSSL. As I read it, OpenSSL, ~no matter how built, always looks for...
I'm not so sure this is a duplicate. Pants need not use Pex lock files. It could use uv directly and only support what it supports (for now); i.e.only locking...
@cburroughs since Pex does provide `-v` for exactly this reason, would you be satisfied if Pants ran Pex that way, suppressing output on success, but dumping the `-v`s log on...
Ok. So, just to make sure I'm not giving you the runaround, if I move / create a new issue over in Pants to do this then that is agreeable...
> pex lock files include unevaluated enviroment markers,same as pips installation report, i.e. "brotli>=1.0.9; platform_python_implementation == \"CPython\" and extra == \"brotli\"",. So we would need to evaluate those in nix....
> If we instead use a third party tool to manage the lock file, then this tool might already come with the ability to only update a single dependency, so...