Skip to content

Commit

Permalink
Removed echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyasree committed Dec 12, 2024
1 parent 0fc15fe commit ab25ede
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SPECS/rust/generate_source_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ CONFIG_FILE="$src_root/src/stage0"
RUST_RELEASE_DATE=$(grep "^compiler_date=" $CONFIG_FILE | cut -d '=' -f 2)
RUST_STAGE0_VERSION=$(grep "^compiler_version=" $CONFIG_FILE | cut -d '=' -f 2)

echo "=========================="
echo "release date: $RUST_RELEASE_DATE"
echo "stage0 version: $RUST_STAGE0_VERSION"
echo " "

wget https://static.rust-lang.org/dist/$RUST_RELEASE_DATE/cargo-$RUST_STAGE0_VERSION-x86_64-unknown-linux-gnu.tar.xz
wget https://static.rust-lang.org/dist/$RUST_RELEASE_DATE/rustc-$RUST_STAGE0_VERSION-x86_64-unknown-linux-gnu.tar.xz
wget https://static.rust-lang.org/dist/$RUST_RELEASE_DATE/rust-std-$RUST_STAGE0_VERSION-x86_64-unknown-linux-gnu.tar.xz
Expand Down

0 comments on commit ab25ede

Please # to comment.