libretroshare/.github/workflows
jolavillette 8d03ad6e7b ci(windows): drop the launcher, turn broadcast discovery off instead
The compiler launcher worked -- 135 objects went through it -- and then:

    c++.exe: fatal error: no input files

only on the longest command lines. Prefixing every compile with
"bash.exe <script> " pushes those past the CreateProcess limit, and what falls
off the end is the source file. Nothing to tune: the prefix is fixed and the
command lines are what they are.

So the C++98 target is avoided rather than fought: RS_BRODCAST_DISCOVERY=OFF
drops udp-discovery-cpp from the Windows build. Linux and macOS keep it on, and
the header of the file says why the three jobs differ, so nobody reads it as an
oversight.

This should be temporary. The fix belongs in libretroshare's CMakeLists, which
fetches that project at GIT_TAG "origin/master" -- a moving third party tip --
while the super-project pins a submodule and never meets the problem.
2026-08-15 12:14:31 +02:00
..
ci-mingw64.yml renaming 2025-11-24 21:15:11 +01:00
macos-cmake.yml ci: install rapidjson from the system 2026-08-15 11:42:52 +02:00
mirror-to-gitlab.yml Fix GitLab mirror failing on GitHub PR refs 2026-07-23 19:08:43 +02:00
ubuntu-cmake.yml ci: install rapidjson from the system 2026-08-15 11:42:52 +02:00
windows-cmake.yml ci(windows): drop the launcher, turn broadcast discovery off instead 2026-08-15 12:14:31 +02:00