Skip to content

python.pkgs.protobuf: Fix cpp backend#147016

Merged
SuperSandro2000 merged 4 commits intoNixOS:masterfrom
knedlsepp:python-protobuf-cpp-backend
Dec 16, 2021
Merged

python.pkgs.protobuf: Fix cpp backend#147016
SuperSandro2000 merged 4 commits intoNixOS:masterfrom
knedlsepp:python-protobuf-cpp-backend

Conversation

@knedlsepp
Copy link
Member

Motivation for this change

This fixes the python-protobuf C++ backend which is way faster than the python backend.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Nov 22, 2021
@knedlsepp knedlsepp changed the title Python protobuf cpp backend Fix Python protobuf cpp backend Nov 22, 2021
@knedlsepp
Copy link
Member Author

@ofborg build pkgsCross.aarch64-multiplatform.python3Packages.protobuf

(To check if the introduction of the dev-output in #99141 was really doing something for cross)

@knedlsepp knedlsepp changed the title Fix Python protobuf cpp backend python.pkgs.protobuf: Fix cpp backend Nov 23, 2021
@veprbl
Copy link
Member

veprbl commented Nov 26, 2021

@GrahamcOfBorg eval

@ofborg ofborg bot added 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. labels Nov 26, 2021
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/656

@veprbl
Copy link
Member

veprbl commented Dec 7, 2021

@GrahamcOfBorg build python38Packages.protobuf python39Packages.protobuf

@knedlsepp knedlsepp force-pushed the python-protobuf-cpp-backend branch from eeb4f3c to fcbe3f1 Compare December 13, 2021 20:45
@knedlsepp
Copy link
Member Author

@SuperSandro2000 Sorry for the delay. I resolved the remaining comments.

@ofborg ofborg bot added the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Dec 13, 2021
@veprbl
Copy link
Member

veprbl commented Dec 13, 2021

@GrahamcOfBorg build python38Packages.protobuf python39Packages.protobuf

@SuperSandro2000 SuperSandro2000 merged commit 59cc706 into NixOS:master Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants