ci(audience): add Linux desktop to PlayMode CI matrix via GameCI (SDK-255)#745
Merged
ImmutableJeffrey merged 1 commit intomainfrom May 7, 2026
Merged
Conversation
5526923 to
01f55a8
Compare
- Adds LinuxStandalone64 to includePlatforms in src/Packages/Audience/Runtime/com.immutable.audience.asmdef and src/Packages/Audience/Runtime/Unity/com.immutable.audience.unity.asmdef so the SDK compiles when the build target is Linux. Without these, the sample app errors with CS0246 for every audience type. The Tests asmdef already included Linux. - Adds a playmode-linux job in .github/workflows/test-audience-sample-app.yml that runs the audience PlayMode tests on ubuntu-latest-8-cores via game-ci/unity-test-runner@v4. Covers IL2CPP and Mono2x backends for Unity 2021.3.45f2, 6000.4.0f1, and 2022.3.62f2, matching the Win/macOS coverage. - Linux runs via GameCI on GitHub-hosted Ubuntu rather than a self-hosted machine. Self-hosted Linux on residential bandwidth spent ~170s per job uploading the Library cache; GameCI completes the same work in ~138s and keeps self-hosted runners free for Win/macOS. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
01f55a8 to
4d9c6fb
Compare
nattb8
approved these changes
May 7, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4d9c6fb. Configure here.
3 tasks
ImmutableJeffrey
added a commit
that referenced
this pull request
May 7, 2026
…4.0f1 - Changes the mobile-build matrix Unity 6 entry from 6000.4.5f1 to 6000.4.0f1. - Matches the version used by the playmode (Win/macOS) and playmode-linux jobs. - Removes the stale comment that GameCI does not publish a 6000.4.0f1 Docker image. - Android and Linux IL2CPP tags for 6000.4.0f1 exist on docker.io/unityci/editor. - iOS variant is not pre-verified; CI will confirm or fail this cell. - Addresses Cursor Bugbot comment on PR #745, link in the PR description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ImmutableJeffrey
added a commit
that referenced
this pull request
May 7, 2026
…4.0f1 - Changes the mobile-build matrix Unity 6 entry from 6000.4.5f1 to 6000.4.0f1. - Matches the version used by the playmode (Win/macOS) and playmode-linux jobs. - Removes the stale comment that GameCI does not publish a 6000.4.0f1 Docker image. - Android and Linux IL2CPP tags for 6000.4.0f1 exist on docker.io/unityci/editor. - iOS variant is not pre-verified; CI will confirm or fail this cell. - Addresses Cursor Bugbot comment on PR #745, link in the PR description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

Summary
Adds Linux desktop support to the audience CI matrix.
SDK package
LinuxStandalone64toincludePlatformsinsrc/Packages/Audience/Runtime/com.immutable.audience.asmdefandsrc/Packages/Audience/Runtime/Unity/com.immutable.audience.unity.asmdef. Without these, the SDK does not compile when the build target is Linux and the sample app errors withCS0246for every audience type. The Tests asmdef already included Linux.CI
playmode-linuxjob in.github/workflows/test-audience-sample-app.ymlthat runs the audience PlayMode tests onubuntu-latest-8-coresviagame-ci/unity-test-runner@v4. Covers both scripting backends (IL2CPP and Mono2x).workflow_dispatchruns add Unity 2022.3.62f2 (6 cells total).Out of scope (separate tickets)
Linear: SDK-316