Integrate lsteamclient + steam_helper into the Proton 11.0-2 build (with diagnostics and CI cleanup) - #34
Merged
Conversation
…ith diagnostics and CI cleanup) Imports Valve's lsteamclient + steam_helper (proton-11.0-1 base + A/B/D) and wires them into the standard Proton build, plus CI cleanup: - Import lsteamclient (win32 PE wrappers + unixlib + steamworks_sdk_163/164 headers) and steam_helper (steam.exe) into the tree - configure.ac: register lsteamclient and steam_helper makefiles, so both build as part of the normal make / make install Proton build (fixes 'No rule to make target lsteamclient/all') - build: put deps/include after system headers (-idirafter) in both arch build scripts so libc++ resolves its own <stdlib.h> etc. - lsteamclient: add IPC-call timing + callback-id diagnostics - ci: drop the separate steam-targets workflow/tooling (no longer needed now that the targets are in the main build), mention the integrated lsteamclient (GameNative bionic Steam support) in the release notes, and upgrade softprops/action-gh-release to v2 so same-day tag re-runs overwrite release assets Net effect: lsteamclient.dll/lsteamclient.so and steam.exe are produced and installed by the regular Proton 11.0-2 build on both x86_64 and arm64ec, with no separate build step.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Imports Valve's lsteamclient + steam_helper (proton-11.0-1 base + A/B/D) and wires them into the standard Proton build, plus CI cleanup:
Net effect: lsteamclient.dll/lsteamclient.so and steam.exe are produced and installed by the regular Proton 11.0-2 build on both x86_64 and arm64ec, with no separate build step.