Refactor Runner to Proton-TKG and Inject Environment Variable#42
Refactor Runner to Proton-TKG and Inject Environment Variable#42weter11 wants to merge 1 commit into
Conversation
…BLE_LSTEAMCLIENT - Renamed `src/infra/runners/wine_tkg.rs` to `src/infra/runners/proton_tkg.rs` - Renamed `WineTkgRunner` struct to `ProtonTkgRunner` - Updated runner name to "Proton-TKG" - Injected `PROTON_DISABLE_LSTEAMCLIENT=1` into the runner environment - Updated module exports and pipeline components to use the new runner - Updated relevant tests to reflect the naming changes Co-authored-by: weter11 <14630689+weter11@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
I have refactored the
steamflowcodebase to replace thewine-tkgrunner withproton-tkg. This involved renaming the source file, updating the struct and its trait implementation, and ensuring all references in the launch pipeline and tests were correctly updated. Additionally, I've injected thePROTON_DISABLE_LSTEAMCLIENT=1environment variable as requested to facilitate testing with the native Windows Steam client on Linux. All related tests passed successfully.PR created automatically by Jules for task 8528954541557983857 started by @weter11