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

Add SGX target #598

Merged
merged 1 commit into from
Nov 19, 2018
Merged

Add SGX target #598

merged 1 commit into from
Nov 19, 2018

Conversation

jethrogb
Copy link
Contributor

This adds support for the x86_64-fortanix-unknown-sgx target. See rust-lang/rust#56066 for details.

CPUID is not supported inside SGX. In the future, I might want to add a way to supply CPUID information from the outside, but that can come later.

@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 19, 2018

Is there a way to test SGX on travis-ci ?

@gnzlbg gnzlbg merged commit b90091e into rust-lang:master Nov 19, 2018
@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 19, 2018

Ideally, before updating stdsimd upstream we should add a CI build bot here that at least tests that this builds properly. We could use xargo for that. Once the tier-3 target is merged upstream, we should be able to remove that from here.

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

Successfully merging this pull request may close these issues.

None yet

2 participants