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

Only require chrono when we actually use it #65

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

jack-fortanix
Copy link
Contributor

See #62

@Goirad
Copy link
Member

Goirad commented Oct 8, 2019

@jack-fortanix This looks good, definitely an oversight on my part. It looks like we just need to update syntex-syntax since NLL error suppression has finally been disabled

@Goirad
Copy link
Member

Goirad commented Oct 8, 2019

On second look though it seems that we would have to update bindgen to update syntex-syntax, so this became a lot more complicated

@jack-fortanix
Copy link
Contributor Author

Yeah I was just looking at that. I think the thing to do is for now is pin the SGX build to use nightly-2019-07-11

@Goirad
Copy link
Member

Goirad commented Oct 8, 2019

Don't we use bindgen for all targets?

@jack-fortanix
Copy link
Contributor Author

Yes, but the problem with syntex-syntax is only on very recent nightly. On stable/beta/older nightly, it warns.

This certainly puts a fire under #5 since this means in a few months we won't have a working build on stable anymore. But pinning the nightly build back a ways (and specifically to what we are using in roche) lets things carry on for now. And re SGX support, we really care about that one snapshot vs whatever nightly happens to be doing this week, so I think it makes more sense to pin in any case.

@Goirad
Copy link
Member

Goirad commented Oct 8, 2019

Oh ok I understand, that makes sense

@jack-fortanix jack-fortanix force-pushed the jack/make-chrono-optional branch from db5f6ef to 1681405 Compare October 8, 2019 23:42
@jethrogb
Copy link
Member

jethrogb commented Oct 9, 2019

bors r+

bors bot added a commit that referenced this pull request Oct 9, 2019
65: Only require chrono when we actually use it r=jethrogb a=jack-fortanix

See #62

Co-authored-by: Jack Lloyd <[email protected]>
@bors
Copy link
Contributor

bors bot commented Oct 9, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 1681405 into fortanix:master Oct 9, 2019
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.

3 participants