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
I am trying to run a GHA Runner on alpine but it won't work seemingly because it still tries to use the musl library even though the Path is set correctly and there is a symbolic link for the lib64 directory.
Error Message:
Error relocating /lib/ld-linux-x86-64.so.2: unsupported relocation type 37
Error relocating ./bin/libcoreclr.so: __isnan: symbol not found
Error relocating ./bin/libcoreclr.so: __isnanf: symbol not foun
Execute sudo ./bin/installdependencies.sh to install any missing Dotnet Core 6.0 dependencies.
/home/runner/actions-runner/bin/Runner.Listener: /usr/lib/libstdc++.so.6: no version information available (required by /home/runner/actions-runner/bin/Runner.Listener)
/home/runner/actions-runner/bin/Runner.Listener: /usr/lib/libstdc++.so.6: no version information available (required by /home/runner/actions-runner/bin/Runner.Listener)
/home/runner/actions-runner/bin/Runner.Listener: /usr/lib/libstdc++.so.6: no version information available (required by /home/runner/actions-runner/bin/Runner.Listener)
/home/runner/actions-runner/bin/Runner.Listener: /usr/lib/libstdc++.so.6: no version information available (required by /home/runner/actions-runner/bin/Runner.Listener)
/home/runner/actions-runner/run-helper.sh: line 36: 36 Segmentation fault "$DIR"/bin/Runner.Listener run $*
Exiting with unknown error code: 139
Exiting runner...
I am trying to run a GHA Runner on alpine but it won't work seemingly because it still tries to use the musl library even though the Path is set correctly and there is a symbolic link for the lib64 directory.
Error Message:
Dockerfile: https://pastebin.com/cC3F2RJk
Entrypoint(scripts/start.sh): https://pastebin.com/yCXXaMuD
Maybe its too much to ask but the fixes described in the issues dont work for me, any help is appreciated
The text was updated successfully, but these errors were encountered: