Conversation
Agent-Logs-Url: https://github.com/mpvkit/libshaderc-build/sessions/17b22899-4511-4fd2-962f-ca93442de63f Co-authored-by: cxfksword <718792+cxfksword@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mpvkit/libshaderc-build/sessions/17b22899-4511-4fd2-962f-ca93442de63f Co-authored-by: cxfksword <718792+cxfksword@users.noreply.github.com>
…tion Agent-Logs-Url: https://github.com/mpvkit/libshaderc-build/sessions/17b22899-4511-4fd2-962f-ca93442de63f Co-authored-by: cxfksword <718792+cxfksword@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
cxfksword
April 1, 2026 09:08
View session
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.
This change aligns
libshaderc-buildwith the sharedmpvkit/BuildSharedarchitecture used by other build repos (e.g.lcms2-build), including workflow reuse and script-layer consolidation. It also updates package template/docs metadata and appends the required BuildScripts lockfile ignore entry.Build script architecture (BuildShared adoption)
Sources/BuildScripts/Package.swiftnow depends onhttps://github.com/mpvkit/BuildShared.git(main) and links targetbuildagainstBuildShared.Sources/BuildScripts/XCFrameworkBuild/main.swiftmigrated from local runner/base abstractions toBuildRunner/BaseBuildfrom BuildShared.Sources/BuildScripts/XCFrameworkBuild/base.swift.GitHub Actions workflow refactor
.github/workflows/build.yml→mpvkit/BuildShared/.github/workflows/build.yml@main.github/workflows/check_version.yml→mpvkit/BuildShared/.github/workflows/check_version.yml@mainlibrary: libshaderc,repository: google/shaderc, dispatchversionpassthrough).permissionsblocks in both workflow jobs.Package template + documentation updates
docs/Package.template.swiftproduct export to point to the dummy embedding target (_Libshaderc_combined) while preserving auto-generation markers/structure.README.mdwith MPVKit component context line, consistent with sibling build repositories.Repository hygiene
Sources/BuildScripts/Package.resolvedto the end of.gitignore(as requested).Example of the workflow consolidation pattern applied: