Skip to content

Commit

Permalink
Fix benchmark runtime variant (#2740)
Browse files Browse the repository at this point in the history
This PR fixes the broken benchmarks build:


https://github.com/anoma/juvix-nightly-builds/actions/runs/8731798856/job/23958282008

Target `wasm32-wasi` has been renamed to `wasi`
  • Loading branch information
paulcadman authored Apr 22, 2024
1 parent 0e8ccb7 commit ca14c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Variants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ runtimeWasm =
_variantColor = getVariantColor RuntimeWasm,
_variantRun = runWasm,
_variantBuild = \args ->
command_ [] "juvix" (runtimeCommon ++ ["--target=wasm32-wasi"] ++ commonOptions args ext)
command_ [] "juvix" (runtimeCommon ++ ["--target=wasi"] ++ commonOptions args ext)
}
where
ext :: [String]
Expand Down

0 comments on commit ca14c3c

Please sign in to comment.