-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix pe error by removing isgx-pe2sgx
in CI
#442
Conversation
isgx-pe2sgx
binisgx-pe2sgx
in CI
I think we probably still want |
That test is already covered by this line |
Let's move the code to a “deprecated” directory or something like that and add a README to make clear that this isn't tested. |
Got it 👍
…________________________________
From: jethrogb ***@***.***>
Sent: Friday, April 28, 2023 6:04:52 AM
To: fortanix/rust-sgx ***@***.***>
Cc: Yuxiang Cao ***@***.***>; Author ***@***.***>
Subject: Re: [fortanix/rust-sgx] fix pe error by removing `isgx-pe2sgx` in CI (PR #442)
Let's move the code to a “deprecated” directory or something like that and add a README to make clear that this isn't tested.
—
Reply to this email directly, view it on GitHub<#442 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE26NVZC6I2UFL7ALDCO7GLXDO57JANCNFSM6AAAAAAXOOEDWM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
2ee5c37
to
bd29e72
Compare
I think Jethro also wanted the |
Since it seems |
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.
Looks good to me.
- remove CI for pe2sgxs - update `sgxs-tools` 's README - move `isgx-pe2sgx.rs` to deprecated folder - remove `sgxs-tools` 's feature `pe2sgxs` and related dependencies
d975291
to
533914b
Compare
squashed all commits into one |
bors r+ |
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.
|
Fix #433 by removing
isgx-pe2sgx
in CIIf it's not used, maybe we could also remove the code.
Please correct me if it's actively used somewhere