Skip to content

Commit

Permalink
Upgrade to Cargo 1.82.0 and clarify rustc-wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Nov 11, 2024
1 parent b3e9c0c commit 4772537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion env/output.mk
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $(output)/%/build.ninja: $$(specific) $$(folder)/meson.build $(output)/$$(arch)/

rust := PATH=$${PATH}:~/.cargo/bin

rustc := 1.77.0
rustc := 1.82.0

$(output)/rustup-install-%:
$(rust) rustup install $*
Expand Down
3 changes: 0 additions & 3 deletions env/rustc-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ set -e
# XXX: this only exists due to this Cargo bug :(
# https://github.com/rust-lang/cargo/issues/8140

# XXX: consider just doing something trivial with sed
#exec $(echo "$*" | sed -e 's/ -C metadata=[^ ]*//g')

file=
for arg in "$@"; do
if [[ ${arg} == ${CARGO_HOME}/* && -z ${file} ]]; then
Expand Down

0 comments on commit 4772537

Please sign in to comment.