Skip to content

mariadb-connector-c: fix build against gcc15 #442634

Merged
emilazy merged 3 commits into
NixOS:stagingfrom
SuperSandro2000:gcc15-mariadb-connector-c
Sep 13, 2025
Merged

mariadb-connector-c: fix build against gcc15 #442634
emilazy merged 3 commits into
NixOS:stagingfrom
SuperSandro2000:gcc15-mariadb-connector-c

Conversation

@SuperSandro2000

@SuperSandro2000 SuperSandro2000 commented Sep 13, 2025

Copy link
Copy Markdown
Member

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@SuperSandro2000 SuperSandro2000 mentioned this pull request Sep 13, 2025
13 tasks
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. labels Sep 13, 2025
@nix-owners nix-owners Bot requested a review from globin September 13, 2025 14:24
@emilazy

emilazy commented Sep 13, 2025

Copy link
Copy Markdown
Member

We have multiple versions packaged, does this apply cleanly to all of them? cc #441576

@SuperSandro2000

Copy link
Copy Markdown
Member Author

I've built nix-build --expr 'with import ./. { }; mariadb-connector-c_3_3.override { stdenv = gcc15Stdenv; }', nix-build --expr 'with import ./. { }; mariadb-connector-c_3_2.override { stdenv = gcc15Stdenv; }' and nix-build --expr 'with import ./. { }; mariadb-connector-c_3_1.override { stdenv = gcc15Stdenv; }'

@emilazy emilazy merged commit 0b9ac68 into NixOS:staging Sep 13, 2025
34 of 37 checks passed
@SuperSandro2000 SuperSandro2000 deleted the gcc15-mariadb-connector-c branch September 13, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants