Skip to content

build(linux): compile with gcc13+ and bump cuda #4136

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

Merged
merged 1 commit into from
Aug 8, 2025

Conversation

ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Aug 6, 2025

Description

This PR bumps the minimum recommended version of CUDA and CI builds to use GCC 13 or 14 for all Linux builds. It also bumps CUDA to 12.9.1 across the board.

The GCC bump is a per-requisite for #4133

Debian bookworm has a problem with software-properties-common and apt-add-repository so we will drop bookworm in this PR and add trixie. Trixie is set to become stable on 2025-08-09, so this change was set to take place in a few days anyway.

Trixie required the same patches to be applied that were applied for Fedora 42, so the patches have been relocated to a more common directory.

TODO:

  • update docs for cuda capabilities

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

@ReenigneArcher ReenigneArcher force-pushed the build/linux/compile-with-gcc14 branch 2 times, most recently from 313911d to ed74558 Compare August 6, 2025 22:35
Copy link

codecov bot commented Aug 6, 2025

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 11.37%. Comparing base (4503fea) to head (edd5152).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4136      +/-   ##
==========================================
+ Coverage   11.31%   11.37%   +0.05%     
==========================================
  Files          92       92              
  Lines       17572    17559      -13     
  Branches     8240     8063     -177     
==========================================
+ Hits         1989     1997       +8     
- Misses      13064    14701    +1637     
+ Partials     2519      861    -1658     
Flag Coverage Δ
Linux-AppImage 11.59% <ø> (+0.56%) ⬆️
Windows-AMD64 12.45% <ø> (ø)

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

@ReenigneArcher ReenigneArcher force-pushed the build/linux/compile-with-gcc14 branch 13 times, most recently from da753bd to 88fddec Compare August 7, 2025 21:32
@ReenigneArcher ReenigneArcher marked this pull request as ready for review August 7, 2025 21:35
@ReenigneArcher ReenigneArcher force-pushed the build/linux/compile-with-gcc14 branch 4 times, most recently from 621c9bd to aa227da Compare August 7, 2025 22:46
@ReenigneArcher ReenigneArcher force-pushed the build/linux/compile-with-gcc14 branch from aa227da to edd5152 Compare August 7, 2025 23:10
Copy link

sonarqubecloud bot commented Aug 7, 2025

@ReenigneArcher ReenigneArcher merged commit a28c20d into master Aug 8, 2025
76 of 77 checks passed
@ReenigneArcher ReenigneArcher deleted the build/linux/compile-with-gcc14 branch August 8, 2025 00:13
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