Skip to content

Commit

Permalink
Print rustc -vV before building to show if we're using latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jan 11, 2019
1 parent 39a97ba commit 888cec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if [ $(uname) != 'Linux' ]; then
exit 0
fi

rustc -vV
cargo build --release --target x86_64-unknown-linux-gnu
strip -s target/x86_64-unknown-linux-gnu/release/dbgen
strip -s target/x86_64-unknown-linux-gnu/release/dbschemagen

0 comments on commit 888cec9

Please sign in to comment.