fix: Fix segmentation fault in tests on CPUs with PKU support (#22152)

This is a followup on denoland/deno_core#471.

Fixes #21439.
This commit is contained in:
Alessandro Cosentino 2024-02-05 17:30:14 +01:00 committed by GitHub
parent e53ced0b8d
commit cb407bb546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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