Skip to content

Commit

Permalink
Try a different CB rev <rust-lang/compiler-builtins#642>
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 18, 2024
1 parent cc93eac commit eb130cb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion library/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion library/panic_abort/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion library/panic_unwind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
2 changes: 1 addition & 1 deletion library/portable-simd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion library/profiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
2 changes: 1 addition & 1 deletion library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion library/unwind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

0 comments on commit eb130cb

Please sign in to comment.