dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.42k stars 986 forks source link

`build.sh` produces `Permission denied` #12206

Closed richlander closed 5 days ago

richlander commented 1 month ago

.NET version

main branch

Issue description

I tried to build the repo with build.sh. It reported that Permission denied. I wonder what the intent is. It isn't described at https://github.com/dotnet/winforms/blob/main/docs/building.md. I did not try to run the build via sudo, since that seems like a bad idea.

Steps to reproduce

rich@mazama:~/git/winforms$ ./build.sh
./build.sh: line 16: /home/rich/git/winforms/eng/common/build.sh: Permission denied
elachlan commented 1 month ago

See #10491.

I am unsure if support for linux exists.

richlander commented 1 month ago

It probably doesn't. It seems like we should either delete the script or document in building.md that build.sh is unusable for this repo, but that we cannot delete it.