Minor fixes to release scripts (#1639)

- We still saw a timeout with 20 second pauses; bump to 30 seconds.
 - wasmtime-py is now in a separate repository
This commit is contained in:
Dan Gohman
2020-04-30 14:13:26 -07:00
committed by GitHub
parent 49622bde58
commit 9d3a84c756
2 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ do
# Sleep for a few seconds to allow the server to update the index. # Sleep for a few seconds to allow the server to update the index.
# https://internals.rust-lang.org/t/changes-to-how-crates-io-handles-index-updates/9608 # https://internals.rust-lang.org/t/changes-to-how-crates-io-handles-index-updates/9608
echo sleep 20 echo sleep 30
done done
echo git tag cranelift-v$(grep version cranelift/Cargo.toml | head -n 1 | cut -d '"' -f 2) echo git tag cranelift-v$(grep version cranelift/Cargo.toml | head -n 1 | cut -d '"' -f 2)

View File

@@ -35,7 +35,6 @@ for cargo_toml in \
crates/api/Cargo.toml \ crates/api/Cargo.toml \
crates/wasi/Cargo.toml \ crates/wasi/Cargo.toml \
crates/wast/Cargo.toml \ crates/wast/Cargo.toml \
crates/misc/py/Cargo.toml \
crates/misc/rust/macro/Cargo.toml \ crates/misc/rust/macro/Cargo.toml \
crates/misc/rust/Cargo.toml \ crates/misc/rust/Cargo.toml \
Cargo.toml \ Cargo.toml \
@@ -50,7 +49,7 @@ for cargo_toml in \
# Sleep for a few seconds to allow the server to update the index. # Sleep for a few seconds to allow the server to update the index.
# https://internals.rust-lang.org/t/changes-to-how-crates-io-handles-index-updates/9608 # https://internals.rust-lang.org/t/changes-to-how-crates-io-handles-index-updates/9608
echo sleep 20 echo sleep 30
done done
echo git tag v$(grep "version =" Cargo.toml | head -n 1 | cut -d '"' -f 2) echo git tag v$(grep "version =" Cargo.toml | head -n 1 | cut -d '"' -f 2)