-
Notifications
You must be signed in to change notification settings - Fork 83
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
Make mbedtls windows ready, force CLANG on sgx, rearrange CI scripts #234
Conversation
348e493
to
745c2a4
Compare
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.
LGTM
Be free to merge it after tested with our internal dependents
55a6a75
to
ee9bf74
Compare
f53f25c
to
b4e0bcc
Compare
b4e0bcc
to
34888df
Compare
5c0bd38
to
e78944e
Compare
750ff4f
to
a785156
Compare
bors ping |
pong |
bors r=[arai-fortanix] |
234: Make mbedtls windows ready, force CLANG on sgx, rearrange CI scripts r=[arai-fortanix] a=kwakkel1000 We have fixes in CLANG for SGX, so now we force that you use CLANG if you compile for SGX. We can now compile mbedtls on windows (with CI checked) CI scripts are restructured for better understanding. Co-authored-by: Gijs Kwakkel <[email protected]> Co-authored-by: Yuxiang Cao <[email protected]> Co-authored-by: YxC <[email protected]> Co-authored-by: YX Cao <[email protected]>
Build failed: |
314: back port #234 to v0.9 r=[arushi-pahuja] a=Taowyoo Co-authored-by: Gijs Kwakkel <[email protected]> Co-authored-by: Yuxiang Cao <[email protected]> Co-authored-by: YX Cao <[email protected]>
bors r=[arai-fortanix] |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
314: back port #234 to v0.9 r=[arushi-pahuja] a=Taowyoo Co-authored-by: Gijs Kwakkel <[email protected]> Co-authored-by: Yuxiang Cao <[email protected]> Co-authored-by: YX Cao <[email protected]>
We have fixes in CLANG for SGX, so now we force that you use CLANG if you compile for SGX.
We can now compile mbedtls on windows (with CI checked)
CI scripts are restructured for better understanding.