Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zen-browser): remove redundant AVX2 check #1014

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Evren-os
Copy link

@Evren-os Evren-os commented Feb 2, 2025

This update removes the AVX2-specific logic from the installZenBrowser function. The Zen Browser team discontinued AVX2-optimized releases due to recurring build issues in GitHub workflows, so we now only install zen-browser-bin from AUR. This change streamlines the installation process.

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

This refactor removes the AVX2-specific logic from the installZenBrowser function. The Zen Browser dev team discontinued AVX2-optimized releases due to recurring build issues in GitHub workflows. As a result, the only available package on AUR is zen-browser-bin. This update ensures we always install zen-browser-bin, streamlining the process and eliminating unnecessary complexity.

Testing

  • Ran the installer on a system using the paru AUR helper and confirmed that zen-browser-bin installs as expected.
  • No errors or warnings were produced during execution.

Impact

  • Maintains consistency in package installation regardless of CPU capabilities.
  • No new dependencies or performance impacts.

Additional Information

  • This refactor aligns our code with the current release strategy from the Zen Browser team and improves maintainability.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

This update removes the AVX2-specific logic from the installZenBrowser function. The Zen Browser team discontinued AVX2-optimized releases due to recurring build issues in GitHub workflows, so we now only install zen-browser-bin from AUR. This change streamlines the installation process.
@adamperkowski adamperkowski changed the title fix: remove redundant AVX2 check for Zen Browser installation fix(zen-browser): remove redundant AVX2 check Feb 2, 2025
Copy link
Collaborator

@adamperkowski adamperkowski left a comment

Choose a reason for hiding this comment

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

@adamperkowski adamperkowski added bug Something isn't working script Pull requests that update scripts labels Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working script Pull requests that update scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants