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

Use OS specific default backend in integration tests #649

Closed
webmaster128 opened this issue Dec 7, 2020 · 0 comments · Fixed by #1138
Closed

Use OS specific default backend in integration tests #649

webmaster128 opened this issue Dec 7, 2020 · 0 comments · Fixed by #1138

Comments

@webmaster128
Copy link
Member

webmaster128 commented Dec 7, 2020

Unfortunately Singlepass does not work on Windows. In order to prevent frustration for contract developers, we use Cranelift by default for contract development (integration tests).

Once rust-lang/cargo#7914 is available, we can do:

[target.'cfg(not(target_os = "windows"))'.features]
default = []

[target.'cfg(target_os = "windows")'.features]
default = ["cranelift"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant