Skip to content

Commit

Permalink
fix: Fix segmentation fault in tests on CPUs with PKU support (#22152)
Browse files Browse the repository at this point in the history
This is a followup on denoland/deno_core#471.

Fixes #21439.
  • Loading branch information
Digifox03 authored and littledivy committed Feb 8, 2024
1 parent 5e623a9 commit 966d9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ nix.workspace = true

[dev-dependencies]
deno_bench_util.workspace = true
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting", "unsafe_use_unprotected_platform"] }
fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] }
flaky_test = "=0.1.0"
http.workspace = true
Expand Down

0 comments on commit 966d9b0

Please sign in to comment.