Skip to content

fix: glib issue on linux#6975

Merged
Minh141120 merged 1 commit into
devfrom
fix/glibc-issue-linux
Nov 15, 2025
Merged

fix: glib issue on linux#6975
Minh141120 merged 1 commit into
devfrom
fix/glibc-issue-linux

Conversation

@Minh141120

Copy link
Copy Markdown
Contributor

Describe Your Changes

This pull request updates the GitHub Actions workflow configurations to specify the Ubuntu version used for Linux build jobs. This is to fix the GLIBC compatibility issue on Linux

Fixes Issues

  • Closes #
  • Closes #

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@Minh141120 Minh141120 self-assigned this Nov 15, 2025
Copilot AI review requested due to automatic review settings November 15, 2025 14:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request addresses GLIBC compatibility issues on Linux by pinning the Ubuntu runner version to ubuntu-22.04 instead of using ubuntu-latest. This ensures consistent GLIBC versions across builds.

  • Changed GitHub Actions runner from ubuntu-latest to ubuntu-22.04 in Linux build workflows
  • Provides deterministic build environment for better GLIBC compatibility

Reviewed Changes

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

File Description
.github/workflows/template-tauri-build-linux-x64.yml Updated runner specification to use Ubuntu 22.04 for x64 Linux builds
.github/workflows/template-tauri-build-linux-x64-external.yml Updated runner specification to use Ubuntu 22.04 for external x64 Linux builds

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/template-tauri-build-linux-x64-external.yml
@Minh141120 Minh141120 merged commit c1f1276 into dev Nov 15, 2025
18 checks passed
@Minh141120 Minh141120 deleted the fix/glibc-issue-linux branch November 15, 2025 15:11
@github-actions github-actions Bot added this to the v0.7.5 milestone Nov 15, 2025
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.

3 participants