-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux binares are broken #1844
Comments
Works fine for me. With what environment are you reproducing this issue? I don't believe this is ASF issue. Docker containers using single file publish binaries also work fine with ASF, so I don't believe this is global issue. The stripping you've mentioned has nothing to do with this issue, .NET Core SDK is in charge of generating the binaries. |
Works for me as well. arm version
and x64 version
and docker
|
That's enough of data for me to claim that this issue is in fact a technical issue and not a bug. Thanks. |
Bug report
Description
After switching to PublishSingleFile with last two releases, ArchiSteamFarm linux binares don't run anymore
Expected behavior
They should run
Current behavior
Possible solution
Build bots should not strip binaries. See e.g. dotnet/runtime#37334
$ file ArchiSteamFarm
ArchiSteamFarm: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=012a114db617d95c3c01834f9a677f656db66d38, stripped
The text was updated successfully, but these errors were encountered: