Jan Midtgaard
Jan Midtgaard
I've now added `x-ci-accept-failures` for OpenSuse and Arch.
Note: the CI failure is unrelated and should be addressed by #289
Rebased on `main` after merging #289
CI fails on - Arch - OpenSuse 15.5 - FreeBSD - macOS homebrew d6de78a attempts to fix Arch and 26d1f4f takes a first stab at FreeBSD support. macOS and OpenSuse...
CI is down to linker failures on OpenSuse, FreeBSD, and macOS. e8ea4a8 is a pkg-config attempt to solve it.
`pkg-config` in turn may require `PKG_CONFIG_PATH` updates - or fail due to missing .pc-files... :thinking:
Rebased and dropped commits with the pkg-config attempt. I expect the CI to again be green modulo linker failures on OpenSuse, FreeBSD, and macOS.
Taking notes to remind my future self: For FreeBSD `pkg plist` at https://www.freshports.org/chinese/opencc/ show ``` 37. lib/libopencc.so.1.1 ``` so it is a matter of passing the right -L path... The...
Windows support is indeed out of scope. Otherwise this is green modulo a lint failure and should thus be good to go.
Wow Nikolaus, you are on fire! :fire: Have you observed whether this change significantly affects the time one has to wait to get a response (like the increased response time...