From b24e301201da4516c5f604e921f038bda2633ade Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 18:08:48 +0000 Subject: [PATCH] helloworld no longer supports program feature (#13645) (#13648) (cherry picked from commit df1f53950e2510f14d4960191c86bd11c6d8eebb) Co-authored-by: Jack May --- scripts/build-downstream-projects.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build-downstream-projects.sh b/scripts/build-downstream-projects.sh index 845dc8d33d..fe480c93eb 100755 --- a/scripts/build-downstream-projects.sh +++ b/scripts/build-downstream-projects.sh @@ -49,8 +49,7 @@ example_helloworld() { echo "[workspace]" >> src/program-rust/Cargo.toml $cargo_build_bpf \ - --manifest-path src/program-rust/Cargo.toml \ - --no-default-features --features program + --manifest-path src/program-rust/Cargo.toml # TODO: Build src/program-c/... )