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

adoptopenjdk-bin, graalvm8-ce, graalvm11-ce, zulu, zulu8: link jni_md.h to include folder #110567

Merged
merged 3 commits into from
Jul 23, 2021

Conversation

taku0
Copy link
Contributor

@taku0 taku0 commented Jan 23, 2021

Motivation for this change

jni.h expects jni_md.h to be in the header search path.

See also:

openjdk already fixes this.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@taku0
Copy link
Contributor Author

taku0 commented Feb 13, 2021

Rebased on the master. Ready to merge.

@taku0
Copy link
Contributor Author

taku0 commented Feb 13, 2021

rJava is built successfully. Try this:

nix-build -I nixpkgs=. -o rJava -E "let pkgs = (import <nixpkgs> { config = {packageOverrides = pkgs: {jdk = pkgs.zulu8; jdk8 = pkgs.zulu8;};};}); in pkgs.rPackages.rJava"

@SuperSandro2000
Copy link
Member

@ofborg eval

@ofborg ofborg bot requested review from glittershark, hlolli and fpletz March 21, 2021 22:48
@taku0
Copy link
Contributor Author

taku0 commented Jul 22, 2021

I get a LGTM from the related Issue. Can we merge this?

#109419 (comment)

@SuperSandro2000
Copy link
Member

ping me if asbachb does not react in a few days.

Copy link
Contributor

@asbachb asbachb left a comment

Choose a reason for hiding this comment

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

LGTM as well.

@SuperSandro2000 SuperSandro2000 merged commit 3e712c9 into NixOS:staging Jul 23, 2021
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.

None yet

4 participants