Update package version to 1.90.0

This commit is contained in:
2025-09-21 13:45:21 +03:00
parent 1f08fcbc81
commit 17526b42cb
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
name: rustc name: rustc
description: The rust programming language compiler description: The rust programming language compiler
version: 1.89.0 version: 1.90.0
revision: 3
url: https://www.rust-lang.org/ url: https://www.rust-lang.org/
license: Apache-2.0 or MIT license: Apache-2.0 or MIT
architecture: any architecture: any
depends: ["gcc","glibc","llvm-libs","openssl","zlib"] depends: ["curl","gcc","glibc","libssh2","lld","llvm-libs","openssl","zlib"]
optional_depends: ["gdb"] optional_depends: ["gdb"]
make_depends: ["clang","cmake","libffi","lld","llvm","perl","python3","rustc","gdb","procps-ng"] make_depends: ["clang","cmake","libffi","llvm","perl","python3","rustc","gdb","procps-ng"]
type: source type: source
split_packages: split_packages:
- name: rustc - name: rustc
description: Rust documentation
- name: rust-src - name: rust-src
description: Rust standard library source code description: Rust standard library source code
depends: ["rustc"] depends: ["rustc"]
+4 -3
View File
@@ -1,11 +1,12 @@
change-id = 140732 change-id = 144675
[llvm] [llvm]
link-shared = true link-shared = true
download-ci-llvm = false download-ci-llvm = false
[build] [build]
docs = false description = "for Tide Linux"
docs = true
extended = true extended = true
locked-deps = true locked-deps = true
tools = ["cargo", "clippy", "rustdoc", "rustfmt", "rust-analyzer-proc-macro-srv", "analysis", "src"] tools = ["cargo", "clippy", "rustdoc", "rustfmt", "rust-analyzer-proc-macro-srv", "analysis", "src"]
@@ -17,11 +18,11 @@ docdir = "share/doc/rustc"
[rust] [rust]
channel = "stable" channel = "stable"
description = "for Tide Linux"
lto = "thin" lto = "thin"
codegen-units = 1 codegen-units = 1
rpath = false rpath = false
lld = false lld = false
use-lld = "external"
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config" llvm-config = "/usr/bin/llvm-config"
+2 -3
View File
@@ -18,11 +18,10 @@ prepare() {
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
sed '/MirOpt/d' -i src/bootstrap/src/core/builder/mod.rs export LIBSSH2_SYS_USE_PKG_CONFIG=1
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1 export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
python3 x.py build python3 x.py build -j$(nproc)
} }
# The package function is executed in the source directory # The package function is executed in the source directory