You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix regression: support local dev builds also using UID!=1000
- both "ELECBUILD_COMMIT fresh_clone builds" and "local dev builds"
should work even when the unix user has a different UID than 1000
on the host machine
- though I guess running as root does not work but that's prob ok
issue was:
```
$ echo $UID
1111
$ ./contrib/build-linux/appimage/build.sh
🗯 ERROR: Building outside a git clone is not supported.
```
0 commit comments