Lines Matching full:rust_version
309 "--rust_version",
321 "--rust_version",
383 rust_version: RustVersion, template: RustVersion
387 if rust_version <= template:
390 rust_version,
668 pkgatom: str, rust_version: RustVersion, add: bool
682 new_str = f"{pkgatom}-{rust_version}"
688 old_str = f"{pkgatom}-{rust_version}\n"
771 rust_version: RustVersion,
778 lambda: prepare_uprev(rust_version, template_version),
795 rust_version,
807 run_step("fetch rust distfiles", lambda: fetch_rust_distfiles(rust_version))
825 rust_version,
857 run_step("build packages", lambda: rebuild_packages(rust_version))
861 "dev-lang/rust-host", rust_version, add=True
866 lambda: update_rust_packages("dev-lang/rust", rust_version, add=True),
870 lambda: update_virtual_rust(template_version, rust_version),
962 rust_version: Optional[RustVersion],
966 if rust_version:
967 return rust_version
1019 def create_new_repo(rust_version: RustVersion) -> None:
1028 git.CreateBranch(EBUILD_PREFIX, f"rust-to-{rust_version}")
1060 def create_new_commit(rust_version: RustVersion) -> None:
1063 f"[DO NOT SUBMIT] dev-lang/rust: upgrade to Rust {rust_version}",
1069 branch = f"rust-to-{rust_version}"
1186 args.rust_version, args.template, args.skip_compile, run_step
1189 remove_rust_uprev(args.rust_version, run_step)