Gábor Sebestyén
Gábor Sebestyén
The very same issue hits my Raspberry Pi 5 as well. ```sh segabor@bigfive:~ $ codium /snap/codium/366/usr/lib/aarch64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders: error while loading shared libraries: libgmodule-2.0.so.0: ELF load command alignment not page-aligned /snap/codium/366/usr/share/codium/bin/../codium: error...
I have a hack for Rockchip Rk3588 https://github.com/htop-dev/htop/pull/1411
I finally managed to build Swift 4.2 latest on Arch Linux. I recorded the steps here https://gist.github.com/segabor/cd08eae2ce8717a1e4f8476687d98221
@kylef I think PR #87 is a good way to go. I simply used `--preset=buildbot_linux,no_test` parameter to build deployable Swift 4.2 dev package. But on Arch Linux sources had to...
@tmthecoder that was the solution, thanks
Sorry for the late response, I was wrong. First local test indicated that the issue is gone, but I noticed later the job running tests with 5.3 failed all the...
Well, that flag affects only test phase when tests are built then run. However it turned out, test discovery has been automatically appled since Swift 5.4. That's why `LinuxMain.swift` is...
This PR addresses #1404
Sorry for the mess @BenBE , hope it's fixed now
@geerlingguy AFAIK option 28 was the right one