Skip to content

build(Fedora): Adjust version ranges for GCC selection#4851

Merged
ReenigneArcher merged 1 commit intomasterfrom
build/fedora/fix-gcc-selection
Mar 14, 2026
Merged

build(Fedora): Adjust version ranges for GCC selection#4851
ReenigneArcher merged 1 commit intomasterfrom
build/fedora/fix-gcc-selection

Conversation

@ReenigneArcher
Copy link
Member

Fix branching logic in the Copr RPM spec so Fedora 44 selects gcc15 instead of gcc14. Changed the gcc14 condition to apply for Fedora <=43 and the gcc15 condition to start at Fedora >=44, ensuring consistent compiler selection for Fedora 44.

Description

gcc14 was removed from Fedora 44.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

Fix branching logic in the Copr RPM spec so Fedora 44 selects gcc15 instead of gcc14. Changed the gcc14 condition to apply for Fedora <=43 and the gcc15 condition to start at Fedora >=44, ensuring consistent compiler selection for Fedora 44.
@codecov
Copy link

codecov bot commented Mar 14, 2026

Bundle Report

Bundle size has no change ✅

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 17.88%. Comparing base (8a30a54) to head (a20d90f).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4851      +/-   ##
==========================================
- Coverage   17.91%   17.88%   -0.04%     
==========================================
  Files         106      106              
  Lines       21939    21939              
  Branches     9840     9840              
==========================================
- Hits         3931     3924       -7     
- Misses      13266    14044     +778     
+ Partials     4742     3971     -771     
Flag Coverage Δ
Archlinux 12.35% <ø> (ø)
FreeBSD-14.3-aarch64 ?
FreeBSD-14.3-amd64 14.10% <ø> (+<0.01%) ⬆️
Homebrew-ubuntu-22.04 14.72% <ø> (ø)
Linux-AppImage 12.91% <ø> (ø)
Windows-AMD64 14.99% <ø> (ø)
Windows-ARM64 13.39% <ø> (ø)
macOS-arm64 18.61% <ø> (ø)
macOS-x86_64 17.07% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 33 files with indirect coverage changes

@ReenigneArcher ReenigneArcher merged commit 00fa240 into master Mar 14, 2026
73 checks passed
@ReenigneArcher ReenigneArcher deleted the build/fedora/fix-gcc-selection branch March 14, 2026 15: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.

1 participant