CI: Pin symsrv-scripts to v1.1.1 - #1752
Merged
Merged
Conversation
The symbol upload checked out symsrv-scripts' default branch, so a push there changed this build with no review here. Pin it, as obs-studio does. v1.1.1 also fixes a submodule lookup that aborted the whole upload when api.github.com rate limited, which this job is exposed to. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
summeroff
added a commit
to streamlabs/desktop
that referenced
this pull request
Jul 28, 2026
Bumps obs-studio-node 0.26.29b18 -> 0.27.2. Supersedes #6037, which covered 0.27.0/0.27.1 and is folded into this change so the whole bump lands as one commit. osn changes in 0.27.0 / 0.27.1: * OBS Merge 32.1.1 (streamlabs/obs-studio-node#1722) - Aleksandr Voitenko * Add signals for missing resolutions in Enhanced Boradcasting (streamlabs/obs-studio-node#1742) - Aleksandr Voitenko * Add enhanced broadcasting per-display stats (streamlabs/obs-studio-node#1738) - Aleksandr Voitenko * Fix recording custom track names (streamlabs/obs-studio-node#1741) - Aleksandr Voitenko * Expose structured module load failures (streamlabs/obs-studio-node#1733) - Aleksandr Voitenko * Fix misleading [BrowserMessage] log tag on generic source ops (streamlabs/obs-studio-node#1725) - Vladimir * osn-input: log source id before creating input (streamlabs/obs-studio-node#1721) - Vladimir osn changes in 0.27.2: * tests: regression for scene-wrapped source audio (#1493) (streamlabs/obs-studio-node#1724) - Vladimir * Fix startup crash when recording audio encoder is not registered (streamlabs/obs-studio-node#1736) - Vladimir * CI: Pin symsrv-scripts to v1.1.1 (streamlabs/obs-studio-node#1752) - Vladimir * Update libobs to v32.1.1sl2 (streamlabs/obs-studio-node#1751) - Vladimir * CI: Drop the dead Sentry and breakpad downloads (streamlabs/obs-studio-node#1748) - Vladimir
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.
Description
Adds
ref: v1.1.1to thesymsrv-scriptscheckout inupload-symsrv-win64. Two lines.Motivation and Context
The symbol upload was checking out symsrv-scripts' default branch, so any push there changed this build with no review here. obs-studio pins the same way.
v1.1.1 also carries a fix this job is directly exposed to: the submodule commit lookup hit
api.github.comanonymously with no error handling, and a rate-limit response aborted the entire symbol upload. It now sends a token when available and degrades to following the branch instead.If it ever needs backing out,
v1.0.0is the pre-dedup behaviour.How Has This Been Tested?
Not exercised here — this job only runs on tags. v1.1.1 was tested in its own repo, and the same pin was verified working in obs-studio on tag
32.1.1semsrv2.Types of changes
Checklist: