Skip to content

Conversation

@MikeMcQuaid
Copy link
Member

These are needed for Homebrew on Linux x86_64.

These are needed for Homebrew on Linux x86_64.
Copilot AI review requested due to automatic review settings December 5, 2025 14:59
Copy link
Contributor

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 adds runtime detection for SSSE3 CPU instruction support on Linux x86_64 systems, making it an explicit requirement for Homebrew on Linux. The change addresses a requirement mentioned in the PR description that SSSE3 instructions are needed for Homebrew on Linux x86_64.

Key Changes:

  • Added SSSE3 requirement to Tier 1 Linux support documentation
  • Implemented runtime CPU capability check that fails early on x86_64 Linux systems without SSSE3
  • Updated CODEOWNERS to reflect current team structure

Reviewed changes

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

File Description
docs/Support-Tiers.md Documents SSSE3 as an explicit requirement for x86_64 Tier 1 Linux support
Library/Homebrew/brew.sh Adds early boot check to detect and fail on x86_64 Linux systems lacking SSSE3 CPU support
CODEOWNERS Updates ownership of Support-Tiers.md from @Homebrew/tsc to @Homebrew/lead-maintainers

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

@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Dec 5, 2025
github-merge-queue bot pushed a commit that referenced this pull request Dec 5, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 5, 2025
@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Dec 5, 2025
Merged via the queue into main with commit aabd7cf Dec 5, 2025
43 checks passed
@MikeMcQuaid MikeMcQuaid deleted the cpuinfo_ssse3 branch December 5, 2025 16:50
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.

5 participants