Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tests
  • Loading branch information
dzmitry-lahoda committed Aug 1, 2023
commit cf89c0d2bf56875d55ec5897288a2e1dd69f4155
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ let
name = "check-no-std";
runtimeInputs = [ rust-as-on-ci ];
text = ''
cargo build --locked --no-default-features --target thumbv7em-none-eabi --package ${package}
cargo build --no-default-features --target thumbv7em-none-eabi --package ${package}
cargo build --no-default-features --target wasm32-unknown-unknown --package ${package}
'';
};
check-wasm-std = pkgs.writeShellApplication rec {
Expand Down