Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple --platform= options #44

Closed
vt-alt opened this issue Dec 25, 2022 · 4 comments
Closed

Multiple --platform= options #44

vt-alt opened this issue Dec 25, 2022 · 4 comments

Comments

@vt-alt
Copy link

vt-alt commented Dec 25, 2022

Is there way to specify multiple platforms from command line?
When I try cargo vendor-filterer --platform='*'-unknown-linux-gnu (for sequoia-sop) here is error:

  error: Could not create LLVM TargetMachine for triple: m68k-unknown-linux-gnu: No available targets are compatible with triple "m68k-unknown-linux-gnu"

When I try to specify multiple --platform= options like:

     --platform=aarch64-unknown-linux-gnu \
     --platform=armv7-unknown-linux-gnueabihf \
     --platform=i686-unknown-linux-gnu \
     --platform=powerpc64le-unknown-linux-gnu \
     --platform=x86_64-unknown-linux-gnu

It does not compile on x86_64, perhaps something superfluous is filtered.

@JackWolfard
Copy link

This would be a nice feature to have +1

@cgwalters
Copy link
Member

I think this is a dup of #50 (which I filed later since I missed this, but I believe the information there is more accurate).

It does not compile on x86_64, perhaps something superfluous is filtered.

Which project is this? Can you give more information about the compilation failure?

@vt-alt
Copy link
Author

vt-alt commented Feb 25, 2023

It was for sequoia-sop. It was 2 months ago so I don't remember much details. I will write more when I return to it.

@cgwalters
Copy link
Member

Closing as a dup of #50

@cgwalters cgwalters closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants