Tomáš Čarnecký
Tomáš Čarnecký
Alright, regression was introduced in 20.0.4.
@Cammisuli setting that env. variable does not show any logs. I set it via `env:` top-level option in the github workflow so it's set when any job runs. And issue...
> [@wereHamster](https://github.com/wereHamster) are you using Nx Agents? No. I'm running Nx on self-hosted github action runners.
When I hit this, I usually `export NX_SOCKET_DIR=/tmp/nx-tmp`. I think that's ok as long as you don't run two different Nx projects at the same time (like maybe a CI/CD...
My TMPDIR right now is `/var/folders/7s/dlmpd6y94313nwn6q4mtwmf00000gn/T/nix-shell.3MvbCw` (65 characters). I've never had problems before this limit was introduced in Nx, I've been using Nx long before without coming across any issues....
Interesting that Nx constructs two different socket paths, the first one are ok but then it creates a different path that's 99 characters long. ``` assertValidSocketPath { path: '/var/folders/7s/dlmpd6y94313nwn6q4mtwmf00000gn/T/nix-shell.HtRwdP/bec15adfb3267b279179/d.sock' }...
I already opened an issue with terser: https://github.com/terser/terser/issues/975