Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 16, 2025
1 parent a742e5c commit 264f43d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
10 changes: 2 additions & 8 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "2447ee1573802e2f6fdb313a0a3b5f29fbd422c4155b563f65bd486e9b7c11ec",
"checksum": "f988671628aa21c3cab55f2fbf58f63b84cb971adfaacde409f095e5353ca4f4",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -10773,13 +10773,7 @@
"repository": {
"Http": {
"url": "https://static.crates.io/crates/cc/1.2.9/download",
"sha256": "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b",
"patch_args": [
"-p1"
],
"patches": [
"@@//bazel:cc_rs.patch"
]
"sha256": "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
}
},
"targets": [
Expand Down
10 changes: 2 additions & 8 deletions Cargo.Bazel.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "94e7186b0ea733a234dbe9bd822582e4766bb400494dbb05c8fefe10b2c56c99",
"checksum": "55c797a306c8668e68deb390e6d15d280414350c5e78f831b6b1466a37d800e5",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -10669,13 +10669,7 @@
"repository": {
"Http": {
"url": "https://static.crates.io/crates/cc/1.2.9/download",
"sha256": "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b",
"patch_args": [
"-p1"
],
"patches": [
"@@//bazel:cc_rs.patch"
]
"sha256": "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
}
},
"targets": [
Expand Down
6 changes: 0 additions & 6 deletions bazel/external_crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable
"canbench": [crate.annotation(
gen_binaries = True,
)],
"cc": [crate.annotation(
# Patch for determinism issues
# https://github.com/rust-lang/cc-rs/issues/1271
patch_args = ["-p1"],
patches = ["@@//bazel:cc_rs.patch"],
)],
"libssh2-sys": [crate.annotation(
# Patch for determinism issues
patch_args = ["-p1"],
Expand Down

0 comments on commit 264f43d

Please sign in to comment.