-
Notifications
You must be signed in to change notification settings - Fork 2k
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
backport: 2018.10 compile fixes #10759
backport: 2018.10 compile fixes #10759
Conversation
Can you please reference the original commits somewhere? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See e.g. commit message in my backport PR:
Upstream rewrote history in master which changed our reference commit from intel/tinycrypt@3ea1a60 to intel/tinycrypt@6a22712 Diff can be verified to be empty with: intel/tinycrypt@6a22712...3ea1a60 (cherry-picked from a07ac29)
(cherry-picked from 47a6626)
(cherry-picked from f56d8d1)
4e9989b
to
d663f4d
Compare
Done. Only after I learned about "git cherry-pick -x" ... |
Unrelated problem: I think Travis tries to rebase to master. We should fix that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Contribution description
Backport of some compile fixes from master.
Testing procedure
Compilation by CI should be sufficient.
Issues/PRs references
Needed to make #10757 pass CI.