summaryrefslogtreecommitdiffstats
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_deploy.sh')
-rwxr-xr-xci/before_deploy.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 595759a0..c1addbc1 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -8,12 +8,7 @@ set -ex
# Generate artifacts for release
mk_artifacts() {
- if is_ssse3_target; then
- RUSTFLAGS="-C target-feature=+ssse3" \
- cargo build --target "$TARGET" --release --features simd-accel
- else
- cargo build --target "$TARGET" --release
- fi
+ cargo build --target "$TARGET" --release --features unstable
}
mk_tarball() {