Unverified Commit 563adfa1 authored by j-k's avatar j-k Committed by GitHub
Browse files

deno: build rusty-v8 on big-parallel (#514057)

parents 1997c5f2 b606761c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -159,6 +159,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    runHook postInstall
  '';

  requiredSystemFeatures = [ "big-parallel" ];

  meta = {
    description = "Rust bindings for the V8 JavaScript engine";
    homepage = "https://github.com/denoland/rusty_v8";