The ppc64le toolchain is now built with PGO optimizations. Resolves: RHEL-111877 Related: RHEL-111845
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
diff -up rustc-beta-src/src/tools/cargo/Cargo.lock.orig rustc-beta-src/src/tools/cargo/Cargo.lock
|
|
--- rustc-beta-src/src/tools/cargo/Cargo.lock.orig 2025-09-27 05:39:02.000000000 -0700
|
|
+++ rustc-beta-src/src/tools/cargo/Cargo.lock 2025-10-06 09:42:27.244710359 -0700
|
|
@@ -2844,7 +2844,6 @@ version = "0.35.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff -up rustc-beta-src/src/tools/cargo/Cargo.toml.orig rustc-beta-src/src/tools/cargo/Cargo.toml
|
|
--- rustc-beta-src/src/tools/cargo/Cargo.toml.orig 2025-09-27 05:39:02.000000000 -0700
|
|
+++ rustc-beta-src/src/tools/cargo/Cargo.toml 2025-10-06 09:42:06.219898468 -0700
|
|
@@ -81,7 +81,7 @@ proptest = "1.7.0"
|
|
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
|
|
rand = "0.9.2"
|
|
regex = "1.11.1"
|
|
-rusqlite = { version = "0.37.0", features = ["bundled"] }
|
|
+rusqlite = { version = "0.37.0", features = [] }
|
|
rustc-hash = "2.1.1"
|
|
rustc-stable-hash = "0.1.2"
|
|
rustfix = { version = "0.9.2", path = "crates/rustfix" }
|