From 19dc75f45a688a9299be5dfcfcffa9e860695dd4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 7 Nov 2018 16:02:17 -0800 Subject: [PATCH] Add preopt to the maintainer scripts. --- cranelift/publish-all.sh | 1 + cranelift/test-no_std.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cranelift/publish-all.sh b/cranelift/publish-all.sh index 6106ae9d6e..4198a4c0db 100755 --- a/cranelift/publish-all.sh +++ b/cranelift/publish-all.sh @@ -37,6 +37,7 @@ echo git commit -a -m "\"Bump version to $version"\" echo git push for crate in \ entity bforest codegen/meta codegen frontend native \ + preopt \ reader wasm module \ faerie umbrella simplejit do diff --git a/cranelift/test-no_std.sh b/cranelift/test-no_std.sh index 568dffb638..32c354c065 100755 --- a/cranelift/test-no_std.sh +++ b/cranelift/test-no_std.sh @@ -13,7 +13,7 @@ function banner { } # Test those packages which have no_std support. -LIBS="codegen frontend wasm native module simplejit umbrella" +LIBS="codegen frontend wasm native preopt module simplejit umbrella" for LIB in $LIBS; do banner "Rust unit tests in $LIB" pushd "lib/$LIB" >/dev/null