Add preopt to the maintainer scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user