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

Consider making rustc dependency optional #91

Closed
malbarbo opened this issue Dec 22, 2017 · 1 comment
Closed

Consider making rustc dependency optional #91

malbarbo opened this issue Dec 22, 2017 · 1 comment

Comments

@malbarbo
Copy link
Contributor

Some musl targets (and others) are provided without rustc. Making rustc optional would allows using compiletest with these targets.

@laumann
Copy link
Collaborator

laumann commented Dec 27, 2017

Hmm, that sounds relatively easy to do. The only place it is used is to get the host platform triple (in common.rs. So you'd need to specify the host triple in the configuration, would that be OK?

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

2 participants