From 24a4fedade2f113d5e0c9b66b0212875ab94c2c1 Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Tue, 23 Jul 2019 11:35:59 -0700 Subject: [PATCH] update wapm build for circleci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40c2772ea7c..13d0d450f38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -226,7 +226,7 @@ jobs: command: | export LLVM_SYS_70_PREFIX="`pwd`/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/" make release - cargo build --release --manifest-path wapm-cli/Cargo.toml --features telemetry + cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications" mkdir -p artifacts VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2) # GIT_VERSION=$(git describe --exact-match --tags) @@ -301,7 +301,7 @@ jobs: export PATH="$HOME/.cargo/bin:$PATH" export LLVM_SYS_70_PREFIX="`pwd`/clang+llvm-7.0.0-x86_64-apple-darwin/" make release - cargo build --release --manifest-path wapm-cli/Cargo.toml --features telemetry + cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications" mkdir -p artifacts make build-install cp ./wasmer.tar.gz ./artifacts/$(./binary-name.sh)