]> git.lizzy.rs Git - rust.git/commit
Fix artifact version/channel detection for stable
authorMark Rousskov <mark.simulacrum@gmail.com>
Wed, 2 Nov 2022 12:21:21 +0000 (08:21 -0400)
committerMark Rousskov <mark.simulacrum@gmail.com>
Thu, 3 Nov 2022 12:18:25 +0000 (08:18 -0400)
commit29490098c2dbb9c90c5059ce7a9448dca345b0fb
tree2a90517445dd9b30efeec2abfa361ba6e59b5aa2
parentc493bae0d8efd75723460ce5c371f726efa93f15
Fix artifact version/channel detection for stable

On stable, our artifacts are uploaded with the raw version number (e.g.,
1.65.0), not the channel. This adjusts our detection logic to use the
version number from src/version when we detect the stable channel.
src/bootstrap/config.rs
src/bootstrap/native.rs