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

shufflecake: 0.4.4 -> 0.5.1 #343906

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

oluceps
Copy link
Member

@oluceps oluceps commented Sep 23, 2024

Description of changes

https://codeberg.org/shufflecake/shufflecake-c/pulls/99

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot added 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 11-100 labels Sep 23, 2024
@oluceps
Copy link
Member Author

oluceps commented Sep 23, 2024

Result of nixpkgs-review pr 343906 run on x86_64-linux 1

18 packages marked as broken and skipped:
  • linuxKernel.packages.linux_5_10.shufflecake
  • linuxKernel.packages.linux_5_10.shufflecake.bin
  • linuxKernel.packages.linux_5_10_hardened.shufflecake
  • linuxKernel.packages.linux_5_10_hardened.shufflecake.bin
  • linuxKernel.packages.linux_5_15.shufflecake
  • linuxKernel.packages.linux_5_15.shufflecake.bin
  • linuxKernel.packages.linux_5_15_hardened.shufflecake
  • linuxKernel.packages.linux_5_15_hardened.shufflecake.bin
  • linuxKernel.packages.linux_5_4.shufflecake
  • linuxKernel.packages.linux_5_4.shufflecake.bin
  • linuxKernel.packages.linux_5_4_hardened.shufflecake
  • linuxKernel.packages.linux_5_4_hardened.shufflecake.bin
  • linuxPackages_5_10_hardened.shufflecake
  • linuxPackages_5_10_hardened.shufflecake.bin
  • linuxPackages_5_15_hardened.shufflecake
  • linuxPackages_5_15_hardened.shufflecake.bin
  • linuxPackages_5_4_hardened.shufflecake
  • linuxPackages_5_4_hardened.shufflecake.bin
24 packages built:
  • linuxKernel.packages.linux_6_1.shufflecake
  • linuxKernel.packages.linux_6_1.shufflecake.bin
  • linuxKernel.packages.linux_6_10.shufflecake
  • linuxKernel.packages.linux_6_10.shufflecake.bin
  • linuxPackages_latest.shufflecake (linuxKernel.packages.linux_6_11.shufflecake)
  • linuxPackages_latest.shufflecake.bin (linuxKernel.packages.linux_6_11.shufflecake.bin)
  • linuxPackages_6_1_hardened.shufflecake (linuxKernel.packages.linux_6_1_hardened.shufflecake)
  • linuxPackages_6_1_hardened.shufflecake.bin (linuxKernel.packages.linux_6_1_hardened.shufflecake.bin)
  • linuxPackages.shufflecake (linuxKernel.packages.linux_6_6.shufflecake)
  • linuxPackages.shufflecake.bin (linuxKernel.packages.linux_6_6.shufflecake.bin)
  • linuxPackages_hardened.shufflecake (linuxPackages_6_6_hardened.shufflecake)
  • linuxPackages_hardened.shufflecake.bin (linuxPackages_6_6_hardened.shufflecake.bin)
  • linuxPackages_latest-libre.shufflecake (linuxKernel.packages.linux_latest_libre.shufflecake)
  • linuxPackages_latest-libre.shufflecake.bin (linuxKernel.packages.linux_latest_libre.shufflecake.bin)
  • linuxPackages-libre.shufflecake (linuxKernel.packages.linux_libre.shufflecake)
  • linuxPackages-libre.shufflecake.bin (linuxKernel.packages.linux_libre.shufflecake.bin)
  • linuxPackages_lqx.shufflecake (linuxKernel.packages.linux_lqx.shufflecake)
  • linuxPackages_lqx.shufflecake.bin (linuxKernel.packages.linux_lqx.shufflecake.bin)
  • linuxPackages_xanmod.shufflecake (linuxKernel.packages.linux_xanmod.shufflecake)
  • linuxPackages_xanmod.shufflecake.bin (linuxKernel.packages.linux_xanmod.shufflecake.bin)
  • linuxPackages_xanmod_latest.shufflecake (linuxKernel.packages.linux_xanmod_latest.shufflecake ,linuxPackages_xanmod_stable.shufflecake)
  • linuxPackages_xanmod_latest.shufflecake.bin (linuxKernel.packages.linux_xanmod_latest.shufflecake.bin ,linuxPackages_xanmod_stable.shufflecake.bin)
  • linuxPackages_zen.shufflecake (linuxKernel.packages.linux_zen.shufflecake)
  • linuxPackages_zen.shufflecake.bin (linuxKernel.packages.linux_zen.shufflecake.bin)

@FliegendeWurst FliegendeWurst added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Nov 2, 2024
@blitz
Copy link
Contributor

blitz commented Dec 5, 2024

@oluceps Do you want to bump this to 0.5.1? This was released in October.

@wegank wegank added 12.approvals: 2 This PR was reviewed and approved by two reputable people and removed 12.approvals: 1 This PR was reviewed and approved by one reputable person labels Dec 5, 2024
@oluceps oluceps changed the title shufflecake: 0.4.4 -> 0.5.0 shufflecake: 0.4.4 -> 0.5.11 Dec 5, 2024
@oluceps oluceps changed the title shufflecake: 0.4.4 -> 0.5.11 shufflecake: 0.4.4 -> 0.5.1 Dec 5, 2024
@oluceps
Copy link
Member Author

oluceps commented Dec 5, 2024

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 343906


x86_64-linux

⏩ 12 packages marked as broken and skipped:
  • linuxKernel.packages.linux_5_10.shufflecake
  • linuxKernel.packages.linux_5_10.shufflecake.bin
  • linuxKernel.packages.linux_5_10_hardened.shufflecake
  • linuxKernel.packages.linux_5_10_hardened.shufflecake.bin
  • linuxKernel.packages.linux_5_15.shufflecake
  • linuxKernel.packages.linux_5_15.shufflecake.bin
  • linuxKernel.packages.linux_5_15_hardened.shufflecake
  • linuxKernel.packages.linux_5_15_hardened.shufflecake.bin
  • linuxKernel.packages.linux_5_4.shufflecake
  • linuxKernel.packages.linux_5_4.shufflecake.bin
  • linuxKernel.packages.linux_5_4_hardened.shufflecake
  • linuxKernel.packages.linux_5_4_hardened.shufflecake.bin
❌ 2 packages failed to build:
  • linuxKernel.packages.linux_lqx.shufflecake
  • linuxKernel.packages.linux_lqx.shufflecake.bin
✅ 24 packages built:
  • linuxKernel.packages.linux_6_1.shufflecake
  • linuxKernel.packages.linux_6_1.shufflecake.bin
  • linuxKernel.packages.linux_6_11.shufflecake
  • linuxKernel.packages.linux_6_11.shufflecake.bin
  • linuxKernel.packages.linux_6_11_hardened.shufflecake
  • linuxKernel.packages.linux_6_11_hardened.shufflecake.bin
  • linuxKernel.packages.linux_6_12.shufflecake
  • linuxKernel.packages.linux_6_12.shufflecake.bin
  • linuxKernel.packages.linux_6_1_hardened.shufflecake
  • linuxKernel.packages.linux_6_1_hardened.shufflecake.bin
  • linuxKernel.packages.linux_6_6.shufflecake
  • linuxKernel.packages.linux_6_6.shufflecake.bin
  • linuxKernel.packages.linux_hardened.shufflecake (linuxKernel.packages.linux_6_6_hardened.shufflecake)
  • linuxKernel.packages.linux_hardened.shufflecake.bin (linuxKernel.packages.linux_6_6_hardened.shufflecake.bin)
  • linuxKernel.packages.linux_latest_libre.shufflecake
  • linuxKernel.packages.linux_latest_libre.shufflecake.bin
  • linuxKernel.packages.linux_libre.shufflecake
  • linuxKernel.packages.linux_libre.shufflecake.bin
  • linuxKernel.packages.linux_xanmod.shufflecake
  • linuxKernel.packages.linux_xanmod.shufflecake.bin
  • linuxKernel.packages.linux_xanmod_latest.shufflecake (linuxKernel.packages.linux_xanmod_stable.shufflecake)
  • linuxKernel.packages.linux_xanmod_latest.shufflecake.bin (linuxKernel.packages.linux_xanmod_stable.shufflecake.bin)
  • linuxKernel.packages.linux_zen.shufflecake
  • linuxKernel.packages.linux_zen.shufflecake.bin

@oluceps
Copy link
Member Author

oluceps commented Dec 6, 2024

GOT: 
GOT: #
GOT: # configuration written to .config
GOT: #
GOT: make[1]: Leaving directory '/build/source/build'
GOT: make: Leaving directory '/build/source'
warning: unused option: NUMA_BALANCING
warning: unused option: POWER_RESET_GPIO
warning: unused option: POWER_RESET_GPIO_RESTART
warning: unused option: PSI
warning: unused option: RCU_BOOST_DELAY
warning: unused option: SCHED_AUTOGROUP
error: unused option: SCHED_CLASS_EXT
warning: unused option: SCHED_CORE
warning: unused option: UCLAMP_TASK_GROUP

@oluceps
Copy link
Member Author

oluceps commented Dec 6, 2024

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 343906


x86_64-linux

⏩ 14 packages marked as broken and skipped:
  • linuxKernel.packages.linux_5_10.shufflecake
  • linuxKernel.packages.linux_5_10.shufflecake.bin
  • linuxKernel.packages.linux_5_10_hardened.shufflecake
  • linuxKernel.packages.linux_5_10_hardened.shufflecake.bin
  • linuxKernel.packages.linux_5_15.shufflecake
  • linuxKernel.packages.linux_5_15.shufflecake.bin
  • linuxKernel.packages.linux_5_15_hardened.shufflecake
  • linuxKernel.packages.linux_5_15_hardened.shufflecake.bin
  • linuxKernel.packages.linux_5_4.shufflecake
  • linuxKernel.packages.linux_5_4.shufflecake.bin
  • linuxKernel.packages.linux_5_4_hardened.shufflecake
  • linuxKernel.packages.linux_5_4_hardened.shufflecake.bin
  • linuxKernel.packages.linux_lqx.shufflecake
  • linuxKernel.packages.linux_lqx.shufflecake.bin
✅ 24 packages built:
  • linuxKernel.packages.linux_6_1.shufflecake
  • linuxKernel.packages.linux_6_1.shufflecake.bin
  • linuxKernel.packages.linux_6_11.shufflecake
  • linuxKernel.packages.linux_6_11.shufflecake.bin
  • linuxKernel.packages.linux_6_11_hardened.shufflecake
  • linuxKernel.packages.linux_6_11_hardened.shufflecake.bin
  • linuxKernel.packages.linux_6_12.shufflecake
  • linuxKernel.packages.linux_6_12.shufflecake.bin
  • linuxKernel.packages.linux_6_1_hardened.shufflecake
  • linuxKernel.packages.linux_6_1_hardened.shufflecake.bin
  • linuxKernel.packages.linux_6_6.shufflecake
  • linuxKernel.packages.linux_6_6.shufflecake.bin
  • linuxKernel.packages.linux_hardened.shufflecake (linuxKernel.packages.linux_6_6_hardened.shufflecake)
  • linuxKernel.packages.linux_hardened.shufflecake.bin (linuxKernel.packages.linux_6_6_hardened.shufflecake.bin)
  • linuxKernel.packages.linux_latest_libre.shufflecake
  • linuxKernel.packages.linux_latest_libre.shufflecake.bin
  • linuxKernel.packages.linux_libre.shufflecake
  • linuxKernel.packages.linux_libre.shufflecake.bin
  • linuxKernel.packages.linux_xanmod.shufflecake
  • linuxKernel.packages.linux_xanmod.shufflecake.bin
  • linuxKernel.packages.linux_xanmod_latest.shufflecake (linuxKernel.packages.linux_xanmod_stable.shufflecake)
  • linuxKernel.packages.linux_xanmod_latest.shufflecake.bin (linuxKernel.packages.linux_xanmod_stable.shufflecake.bin)
  • linuxKernel.packages.linux_zen.shufflecake
  • linuxKernel.packages.linux_zen.shufflecake.bin

@wegank wegank removed the 12.approvals: 2 This PR was reviewed and approved by two reputable people label Dec 6, 2024
@oluceps oluceps added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Dec 6, 2024
@FliegendeWurst
Copy link
Member

@ofborg build linuxPackages.shufflecake

(for aarch64)

@FliegendeWurst FliegendeWurst merged commit 606c3f8 into NixOS:master Dec 8, 2024
37 of 38 checks passed
@oluceps oluceps deleted the shufflecake-up branch December 9, 2024 01:59
@vcunat vcunat added the backport release-24.11 Backport PR automatically label Jan 6, 2025
@nix-backports
Copy link

nix-backports bot commented Jan 6, 2025

Successfully created backport PR for release-24.11:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 11-100 11.by: package-maintainer This PR was created by the maintainer of the package it changes 12.approvals: 1 This PR was reviewed and approved by one reputable person backport release-24.11 Backport PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants