-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
jetbrains.jdk: add updateScript and a test #301653
base: master
Are you sure you want to change the base?
Conversation
Result of |
Looks good! But is there a way to test it manually? I use idea, can I somehow test it with it? |
This does not change the built package in any way, but if you want to test the changes, you can try the following:
Building the JDK takes a while, so skip 2 and 3 if you don’t want to test that 😄 |
Running |
393cc20
to
b7a6c58
Compare
4cc88fb
to
4a0c93d
Compare
10a6fd6
to
525d315
Compare
The test attempts to verify that JCEF works by building a simple browser application and checking that it can display the `chrome://system` page.
The update script uses the `jbr/release` file in IDEA Ultimate’s current release tarball to resolve the latest JBR version JetBrains is currently using in their IDEs.
525d315
to
90e8a72
Compare
The update script uses the
jbr/release
file in IDEA Ultimate’s current release tarball to resolve the latest JBR version JetBrains is currently using in their IDEs.This only adds the update script, the package version remains the same.
I also added a NixOS test that attempts to verify that JCEF works.
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.