diff --git a/Cargo.lock b/Cargo.lock index 4ff74d537f314..f7f2e2db305b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,7 +795,7 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" [[package]] name = "compiler_builtins" version = "0.1.113" -source = "git+https://github.com/tgross35/compiler-builtins.git?branch=android-testing#42538d8077cb3e2e86ccd4b73266b8f352af3f77" +source = "git+https://github.com/tgross35/compiler-builtins.git?rev=ae00838dc9deefec686f282024acbaee8f289735#ae00838dc9deefec686f282024acbaee8f289735" dependencies = [ "cc", "rustc-std-workspace-core", diff --git a/Cargo.toml b/Cargo.toml index c3220381d7116..9a28ebc7159bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,4 +115,4 @@ strip = true rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' } rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' } rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' } -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" } diff --git a/compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.toml b/compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.toml index 370b714719cbe..cc11b12d50763 100644 --- a/compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.toml +++ b/compiler/rustc_codegen_gcc/build_system/build_sysroot/Cargo.toml @@ -25,4 +25,4 @@ debug = "limited" [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing" } +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" } diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml index 21105400d4f6c..09f5c7b566e73 100644 --- a/library/alloc/Cargo.toml +++ b/library/alloc/Cargo.toml @@ -58,4 +58,4 @@ check-cfg = [ ] [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" } diff --git a/library/panic_abort/Cargo.toml b/library/panic_abort/Cargo.toml index 8ee410d678163..8441425383aa8 100644 --- a/library/panic_abort/Cargo.toml +++ b/library/panic_abort/Cargo.toml @@ -21,4 +21,4 @@ compiler_builtins = "0.1.0" libc = { version = "0.2", default-features = false } [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", ref = "ae00838dc9deefec686f282024acbaee8f289735" } diff --git a/library/panic_unwind/Cargo.toml b/library/panic_unwind/Cargo.toml index 8604c04f98737..ab9ef0dfeab25 100644 --- a/library/panic_unwind/Cargo.toml +++ b/library/panic_unwind/Cargo.toml @@ -22,4 +22,4 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } libc = { version = "0.2", default-features = false } [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735"} diff --git a/library/portable-simd/Cargo.toml b/library/portable-simd/Cargo.toml index 7563a890f89f2..3cee5a1e8681b 100644 --- a/library/portable-simd/Cargo.toml +++ b/library/portable-simd/Cargo.toml @@ -7,4 +7,4 @@ members = [ ] [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" } diff --git a/library/profiler_builtins/Cargo.toml b/library/profiler_builtins/Cargo.toml index 6397281253a6c..d8a79171cf94a 100644 --- a/library/profiler_builtins/Cargo.toml +++ b/library/profiler_builtins/Cargo.toml @@ -16,4 +16,4 @@ compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] } cc = "1.0.97" [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735"} diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index bddb361b7948a..d978760e22ae4 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -114,4 +114,4 @@ check-cfg = [ ] [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735" } diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml index 0cf97ca318c8d..6a43d7a69295e 100644 --- a/library/unwind/Cargo.toml +++ b/library/unwind/Cargo.toml @@ -36,4 +36,4 @@ llvm-libunwind = [] system-llvm-libunwind = [] [patch.crates-io] -compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", branch = "android-testing"} +compiler_builtins = { git = "https://github.com/tgross35/compiler-builtins.git", rev = "ae00838dc9deefec686f282024acbaee8f289735"}