Skip to content

Commit

Permalink
Merge #14
Browse files Browse the repository at this point in the history
14: rust: Use stable toolchain for udeps job r=MikailBag a=MikailBag



Co-authored-by: Mikail Bagishov <[email protected]>
  • Loading branch information
bors[bot] and MikailBag authored May 22, 2021
2 parents 6ab720b + 2d5ea3b commit 4295e76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions languages/rust.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ mkdir -p ~/udeps
cp $( which cargo-udeps ) ~/udeps`

runCargoUdeps := `
export PATH=~/udeps:$PATH
export PATH=~/udeps:$PATH
export RUSTC_BOOTSTRAP=1
cargo udeps
`

Expand Down Expand Up @@ -99,7 +100,7 @@ cargo udeps
Timeout: config.JobTimeout,
Steps: []actions.Step{
actions.MakeCheckoutStep(),
makeInstallTooclhainStep("nightly"),
makeInstallTooclhainStep("stable"),
makeRustCacheStep(),
{
Name: "Fetch prebuilt cargo-udeps",
Expand Down

0 comments on commit 4295e76

Please sign in to comment.