Skip to content

GitHub Actions: refactor better#10

Merged
staehle merged 1 commit into
mainfrom
hotfix/actions
Jan 12, 2026
Merged

GitHub Actions: refactor better#10
staehle merged 1 commit into
mainfrom
hotfix/actions

Conversation

@staehle
Copy link
Copy Markdown
Owner

@staehle staehle commented Jan 12, 2026

No description provided.

@staehle staehle self-assigned this Jan 12, 2026
Copilot AI review requested due to automatic review settings January 12, 2026 03:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the GitHub Actions workflows by extracting common build jobs into a reusable workflow and switching from musl to glibc-based Linux builds.

Changes:

  • Introduced a new reusable workflow (build.yml) for Windows and Linux builds
  • Updated CI and release workflows to use the reusable build workflow
  • Changed Linux build from musl (static) to GNU/glibc with compatibility verification

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/build.yml New reusable workflow containing Windows (MSVC) and Linux (GNU/glibc) build jobs with artifact staging
.github/workflows/release.yml Refactored to use the reusable build workflow and updated artifact paths from musl to gnu
.github/workflows/ci.yml Simplified to use the reusable build workflow and removed push trigger and matrix strategy

Comment thread .github/workflows/release.yml
@staehle staehle merged commit 7b6ce87 into main Jan 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants