bfren
bfren
I'm happy to help with testing - are there any docs / instructions for running the tests?
In the dotnet-core.yml file, under the new build-linux-musl-arm64 job, there is `make check` [line](https://github.com/jedisct1/libsodium/blob/03137a5817d1ed867976cfe55e86a1ee9202d8d7/.github/workflows/dotnet-core.yml#L179). Do you mean something needs to go in ci.yml as well?
Sorry if I've spammed anyone, I've made a right dog's dinner of attempting to re-enable make check on that platform to see what happens - I'm nearly there and will...
OK so there are loads of [failures](https://github.com/bfren/libsodium/actions/runs/3541039183/jobs/5944812477#step:7:201). ``` Makefile:1784: recipe for target 'test-suite.log' failed make[4]: Leaving directory '/__w/libsodium/libsodium/test/default' make[3]: *** [check-TESTS] Error 2 Makefile:1890: recipe for target 'check-TESTS' failed make[3]:...
OK, I'll do another fork and see if the whole thing works / builds on Ubuntu 22.04 - but that's probably for another Issue!
Well personally I'd be really pleased if 1.0.18.3 were released so Sodium.Core can be updated and I can run some stuff on my Raspberry Pi 4!
Did it get clobbered by a merge from master or something? I'll happily add it back 😂
I ended up using raspi-config to switch to NetworkManager on all my pis instead of dhcpd - not had a problem since.
Indeed. The decision has been made, for whatever reasons (however good - presumably there are consequences to using later versions of `dhcpd`?). What I don't understand is why Network Manager...
@ferrarimarco that is curious, when I used the Bookworm image to install a new Pi 5, the default was still `dhcpd` and I had to change it using `raspi-config`.