Skip to content

Commit eb130cb

Browse files
committed
Try a different CB rev <rust-lang/compiler-builtins#642>
1 parent cc93eac commit eb130cb

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
795795
[[package]]
796796
name = "compiler_builtins"
797797
version = "0.1.113"
798-
source = "git+https://github.com/tgross35/compiler-builtins.git?branch=android-testing#42538d8077cb3e2e86ccd4b73266b8f352af3f77"
798+
source = "git+https://github.com/tgross35/compiler-builtins.git?rev=ae00838dc9deefec686f282024acbaee8f289735#ae00838dc9deefec686f282024acbaee8f289735"
799799
dependencies = [
800800
"cc",
801801
"rustc-std-workspace-core",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ strip = true
115115
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
116116
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
117117
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
118-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
118+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" }

compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ debug = "limited"
2525

2626

2727
[patch.crates-io]
28-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing" }
28+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" }

library/alloc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ check-cfg = [
5858
]
5959

6060
[patch.crates-io]
61-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
61+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" }

library/panic_abort/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ compiler_builtins = "0.1.0"
2121
libc = { version = "0.2", default-features = false }
2222

2323
[patch.crates-io]
24-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
24+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", ref = "ae00838dc9deefec686f282024acbaee8f289735" }

library/panic_unwind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
2222
libc = { version = "0.2", default-features = false }
2323

2424
[patch.crates-io]
25-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
25+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735"}

library/portable-simd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ members = [
77
]
88

99
[patch.crates-io]
10-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
10+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" }

library/profiler_builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1616
cc = "1.0.97"
1717

1818
[patch.crates-io]
19-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
19+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735"}

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ check-cfg = [
114114
]
115115

116116
[patch.crates-io]
117-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
117+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" }

library/unwind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ llvm-libunwind = []
3636
system-llvm-libunwind = []
3737

3838
[patch.crates-io]
39-
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"}
39+
compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735"}

0 commit comments

Comments
 (0)