Skip to content

Commit

Permalink
Bug 1878575 - Remove build/rust/bindgen-0.64. r=nical
Browse files Browse the repository at this point in the history
The only use of it is nss-gk-api which can work with 0.69 as per its
dependency definition.

It seems cargo is removing this package, then updating bindgen (even
though it shouldn't), but this works around the issue and is harmless.

Differential Revision: https://phabricator.services.mozilla.com/D200676
  • Loading branch information
emilio committed Feb 5, 2024
1 parent 9d8d867 commit f8f7b2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 55 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ wasi = { path = "build/rust/wasi" }
# else we do use requires backtrace, so dummy it out for now.
backtrace = { path = "build/rust/backtrace" }

# Patch bindgen 0.63 and 0.64 to 0.69
# Patch bindgen 0.63 to 0.69
bindgen_0_63 = { package = "bindgen", path = "build/rust/bindgen-0.63" }
bindgen_0_64 = { package = "bindgen", path = "build/rust/bindgen-0.64" }

# Patch nix 0.26 to 0.27
nix = { path = "build/rust/nix" }
Expand Down
18 changes: 0 additions & 18 deletions build/rust/bindgen-0.64/Cargo.toml

This file was deleted.

26 changes: 0 additions & 26 deletions build/rust/bindgen-0.64/lib.rs

This file was deleted.

0 comments on commit f8f7b2d

Please sign in to comment.