mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
dev-lang/rust: fix patchlevel for stage0 to rust-1.46.0
Rust stage0 tarballs should not be based on a patchlevel release like `1.45.1`. It might work in case of the previous version 1.45.1, which already exists. However, it will not work in case of x.y.1 is missing. So the build rust 1.47.0, should pull tarballs for rust 1.46.0, instead of 1.46.1, which does not exist.
This commit is contained in:
parent
e50834938d
commit
935ba7c5cf
@ -21,7 +21,7 @@ else
|
|||||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).1"
|
RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"
|
||||||
|
|
||||||
DESCRIPTION="Systems programming language from Mozilla"
|
DESCRIPTION="Systems programming language from Mozilla"
|
||||||
HOMEPAGE="https://www.rust-lang.org/"
|
HOMEPAGE="https://www.rust-lang.org/"
|
||||||
|
Loading…
Reference in New Issue
Block a user