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

Split up Travis into 4 jobs and pin to a specific nightly for SGX #66

Merged
merged 5 commits into from
Oct 8, 2019

Conversation

jack-fortanix
Copy link
Contributor

@jack-fortanix jack-fortanix commented Oct 8, 2019

This improves parallelism (Travis will run 5 jobs at once) and avoids redundancy (the core_io + nightly builds are being run twice, in the stable and beta builds).

Pins the SGX build to 2019-07-11 as with most recently nightly, syntex_syntax fails to compile. Fixing that requires upgrading bindgen (#5)

This improves parallelism (Travis will run 5 jobs at once) and avoids
redundancy (the core_io + nightly builds are being run twice, in the
stable and beta builds).
@jack-fortanix jack-fortanix force-pushed the jack/travis-matrix branch 2 times, most recently from 42803aa to c4c31ff Compare October 8, 2019 21:55
More recent versions of serde_derive have problems when compiled by
the 2019-07-11 nightly used for SGX.
@jack-fortanix jack-fortanix changed the title Split up Travis into 4 jobs Split up Travis into 4 jobs and pin to a specific nightly for SGX Oct 8, 2019
@Goirad
Copy link
Member

Goirad commented Oct 8, 2019

bors r+

bors bot added a commit that referenced this pull request Oct 8, 2019
66: Split up Travis into 4 jobs and pin to a specific nightly for SGX r=Goirad a=jack-fortanix

This improves parallelism (Travis will run 5 jobs at once) and avoids redundancy (the core_io + nightly builds are being run twice, in the stable and beta builds).

Pins the SGX build to 2019-07-11 as with most recently nightly, syntex_syntax fails to compile. Fixing that requires upgrading bindgen (#5)

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

bors bot commented Oct 8, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 7a8b3c4 into fortanix:master Oct 8, 2019
@jethrogb
Copy link
Member

jethrogb commented Oct 9, 2019

Pins the SGX build to 2019-07-11 as with most recently nightly, syntex_syntax fails to compile.

What's the error? We can't only support an old nightly.

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