From 3bbd1513fbff3a900af1dc43caab5ab4db2c83a8 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Mon, 3 Aug 2020 14:08:36 +0800 Subject: [PATCH] build.sh: specify build experiments Otherwise we cannot turn off the default feature for libsupport_zynq. https://github.com/rust-lang/cargo/issues/8366#issuecomment-644995218 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 84a6332..a6c72cf 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -nix-shell --command "cargo xbuild --release" && scp -P 2204 -C target/armv7-none-eabihf/release/zc706-experiments $1@nixbld.m-labs.hk:/home/$1/zc706/zc706.elf +nix-shell --command "cargo xbuild --release -p experiments" && scp -P 2204 -C target/armv7-none-eabihf/release/zc706-experiments $1@nixbld.m-labs.hk:/home/$1/zc706/zc706.elf