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

gradle: 8.10 -> 8.10.2 #351437

Merged
merged 1 commit into from
Oct 28, 2024
Merged

gradle: 8.10 -> 8.10.2 #351437

merged 1 commit into from
Oct 28, 2024

Conversation

britter
Copy link
Contributor

@britter britter commented Oct 26, 2024

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.

Copy link
Contributor

@skowalak skowalak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@katexochen
Copy link
Contributor

@ofborg eval

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Oct 26, 2024
@ofborg ofborg bot requested review from liff and lorenzleutgeb October 27, 2024 16:45
@wegank wegank removed the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Oct 27, 2024
@katexochen
Copy link
Contributor

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

2 packages failed to build:
  • jabref
  • keyguard
51 packages built:
  • apkleaks
  • apkleaks.dist
  • apksigcopier
  • apksigcopier.dist
  • apksigner
  • atlauncher
  • cie-middleware-linux
  • cryptomator
  • diffoscope
  • diffoscope.dist
  • diffoscope.man
  • experienced-pixel-dungeon
  • fdroidserver
  • fdroidserver.dist
  • ghidra
  • ghidra-extensions.findcrypt
  • ghidra-extensions.ghidra-delinker-extension
  • ghidra-extensions.ghidra-golanganalyzerextension
  • ghidra-extensions.gnudisassembler
  • ghidra-extensions.lightkeeper
  • ghidra-extensions.machinelearning
  • ghidra-extensions.ret-sync
  • ghidra-extensions.sleighdevtools
  • gotenberg
  • gradle (gradle_8)
  • gradle-unwrapped (gradle_8-unwrapped)
  • gscan2pdf
  • gscan2pdf.man
  • jadx
  • openjfx22 (javaPackages.openjfx22)
  • jextract
  • jextract-21
  • kotlin-language-server
  • libeufin
  • mindustry
  • mindustry-server
  • mindustry-wayland
  • moneydance
  • nextflow
  • nf-test
  • pdfchain
  • pdftk
  • pidginPackages.purple-signald
  • rat-king-adventure
  • rkpd2
  • shattered-pixel-dungeon
  • shorter-pixel-dungeon
  • signald
  • signaturepdf
  • sparrow
  • sparrow-unwrapped

@katexochen
Copy link
Contributor

Never mind, some hiccup in my remote builder setup:

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

53 packages built:
  • apkleaks
  • apkleaks.dist
  • apksigcopier
  • apksigcopier.dist
  • apksigner
  • atlauncher
  • cie-middleware-linux
  • cryptomator
  • diffoscope
  • diffoscope.dist
  • diffoscope.man
  • experienced-pixel-dungeon
  • fdroidserver
  • fdroidserver.dist
  • ghidra
  • ghidra-extensions.findcrypt
  • ghidra-extensions.ghidra-delinker-extension
  • ghidra-extensions.ghidra-golanganalyzerextension
  • ghidra-extensions.gnudisassembler
  • ghidra-extensions.lightkeeper
  • ghidra-extensions.machinelearning
  • ghidra-extensions.ret-sync
  • ghidra-extensions.sleighdevtools
  • gotenberg
  • gradle (gradle_8)
  • gradle-unwrapped (gradle_8-unwrapped)
  • gscan2pdf
  • gscan2pdf.man
  • jabref
  • jadx
  • openjfx22 (javaPackages.openjfx22)
  • jextract
  • jextract-21
  • keyguard
  • kotlin-language-server
  • libeufin
  • mindustry
  • mindustry-server
  • mindustry-wayland
  • moneydance
  • nextflow
  • nf-test
  • pdfchain
  • pdftk
  • pidginPackages.purple-signald
  • rat-king-adventure
  • rkpd2
  • shattered-pixel-dungeon
  • shorter-pixel-dungeon
  • signald
  • signaturepdf
  • sparrow
  • sparrow-unwrapped

@katexochen katexochen merged commit 1f7fb33 into NixOS:master Oct 28, 2024
29 of 30 checks passed
@katexochen katexochen added the backport release-24.05 Backport PR automatically label Oct 28, 2024
Copy link
Contributor

Backport failed for release-24.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.05
git worktree add -d .worktree/backport-351437-to-release-24.05 origin/release-24.05
cd .worktree/backport-351437-to-release-24.05
git switch --create backport-351437-to-release-24.05
git cherry-pick -x d88011ab4d73752232374976ac7f3ee9d35f111c

@britter britter deleted the britter/gradle-8.10.2 branch October 29, 2024 08:25
@britter
Copy link
Contributor Author

britter commented Oct 29, 2024

I've looked into the conflict. 24.05 is still on Gradle 8.7 and updating it to 8.10.2 requires more changes than just updating the version. I think we should leave it like it is and wait for 24.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants