Skip to content

Commit

Permalink
Upgrade to nails 0.13.0 to pick up support for JDK >=13. (Cherr…
Browse files Browse the repository at this point in the history
…y-pick of #15899) (#15918)

As described in #14445 and fixed in stuhood/nails#11, JDKs >=13 have slightly different `nailgun` output. Upgrade to a new release of `nails` to add support for JDKs >=13.

With this change, JDKs up to `zulu-jre:17.0.3` appear to work.

Fixes #14445.

[ci skip-build-wheels]
  • Loading branch information
stuhood committed Jun 24, 2022
1 parent bbba6f9 commit 8895ddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rust/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/engine/nailgun/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ async_latch = { path = "../async_latch" }
bytes = "1.0"
futures = "0.3"
log = "0.4"
nails = "0.12"
nails = "0.13"
os_pipe = "1.0"
task_executor = { path = "../task_executor" }
tokio = { version = "1.16", features = ["fs", "io-std", "io-util", "net", "signal", "sync"] }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ futures = "0.3"
hashing = { path = "../hashing" }
libc = "0.2.126"
log = "0.4"
nails = "0.12"
nails = "0.13"
nix = "0.24"
sha2 = "0.10"
shell-quote = "0.3.0"
Expand Down

0 comments on commit 8895ddd

Please sign in to comment.