Skip to content

Commit

Permalink
Fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyob committed Oct 24, 2023
1 parent 51abd24 commit 9c5b0d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/jstz.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
NIX_CFLAGS_COMPILE = "-mcpu=generic";
nativeBuildInputs = [pkgs.llvmPackages_16.clangNoLibc];

# Don't run the tests (this runs all tests for the workspace which we want to do
# at a later point)
doCheck = false;

buildPhase = ''
CC=clang cargo build --release -p ${pname} --target=wasm32-unknown-unknown
'';
Expand Down

0 comments on commit 9c5b0d1

Please sign in to comment.