-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pallet-revive: Use
RUSTUP_TOOLCHAIN
if set (#6365)
We were not passing through the `RUSTUP_TOOLCHAIN` variable to the `build.rs` script of our fixtures. This means that setting the toolchain like `cargo +1.81 build` had no effect on the fixture build. It would always fall back to the default toolchain. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
76f297d
commit 6f078d1
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: 'pallet-revive: Use `RUSTUP_TOOLCHAIN` if set' | ||
doc: | ||
- audience: Runtime Dev | ||
description: We were not passing through the `RUSTUP_TOOLCHAIN` variable to the | ||
`build.rs` script of our fixtures. This means that setting the toolchain like | ||
`cargo +1.81 build` had no effect on the fixture build. It would always fall back | ||
to the default toolchain. | ||
crates: | ||
- name: pallet-revive-fixtures | ||
bump: major |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters