Skip to content

Commit

Permalink
Output the rust version for each build.
Browse files Browse the repository at this point in the history
This makes it easier to determine if issues are related to which Rust
version is being run in CI.

Work on #281
  • Loading branch information
markmandel committed Jun 2, 2021
1 parent fc2e808 commit 03b2614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ steps:
git clone --depth 1000 https://github.com/googleapis/googleapis.git proto/googleapis
git -C proto/googleapis checkout a0d282daa691e95ec51131c81c3777fc95abf7f8
id: fetch-git-submodules
- name: us-docker.pkg.dev/$PROJECT_ID/ci/cargo
args: ["rustc", "-vV"]
id: version
# clippy tends to rely on cached results from other cargo sub-commands so
# that it skips checking some files that were built previously. As a result
# we run it before other cargo sub-commands to ensure that it checks all files.
Expand Down

0 comments on commit 03b2614

Please sign in to comment.