-
Notifications
You must be signed in to change notification settings - Fork 113
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
Time 0.1.41 breaks the build #1235
Comments
It seems a trivial fix is required by upstream in https://github.com/rust-lang-deprecated/time/blob/master/src/sys.rs#L350 Should I make a fork to oasislabs/ org and make PR to upstream? |
Created upstream issue time-rs/time#175 |
Created upstream PR: time-rs/time#176 |
I think we can use the old version for now unless there are changes that we desperately need? |
Yeah, we can just wait for the upstream to fix it. So once time-rs/time#175 is closed, time crate version should be unpinned and this issue closed. |
I think the correct solution is to use |
time 0.1.41 breaks the build, due to multiple inner modules being defined in sys.rs, when building enclaves.
I suspect this change is responsible time-rs/time@9bdff26, because things only break when we run cargo ekiden build-enclave. For an example, see https://buildkite.com/oasislabs/ekiden/builds/235#_.
As a stopgap, we've pinned the dependency to 0.1.40 in #1233
The text was updated successfully, but these errors were encountered: