Skip to content
Snippets Groups Projects
Commit aeb91ea4 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: rav1e: always use the native cargo/Rust compiler for vendoring

There should be no difference:

- the vendor system is meant to pick the source needed to rebuild the package
  for all targets, it doesn't require a target, in fact there is no "--target" option.
- someone even made a tool to do vendoring for a specific target:
  https://users.rust-lang.org/t/is-it-possible-to-vendor-dependencies-only-for-a-given-target/90261/2
- before and after the patch the rav1e-vendor-build folder is the same
- using CARGO_NATIVE on Linux I still get a ton of windows packages in the
  rav1e-vendor folder

It may start a little faster while the cross compiler is being downloaded.
parent 2f29e7e8
Branches master
No related tags found
Loading
Pipeline #494737 passed with stage
in 3 minutes and 51 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment