Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sgxs-tools failed to compile when using feature pe2sgxs on nightly #433

Closed
Taowyoo opened this issue Feb 6, 2023 · 3 comments · Fixed by #442
Closed

sgxs-tools failed to compile when using feature pe2sgxs on nightly #433

Taowyoo opened this issue Feb 6, 2023 · 3 comments · Fixed by #442
Labels

Comments

@Taowyoo
Copy link
Collaborator

Taowyoo commented Feb 6, 2023

This is because dependency is failed to compile because of recent update of rust nightly:

make unaligned_reference a hard error #102513

The dependency jethrogb/pe-rs need to update to fix this.

Created corresponding issue in pe-rs : jethrogb/pe-rs#6

@Taowyoo Taowyoo added the bug label Feb 6, 2023
@Taowyoo
Copy link
Collaborator Author

Taowyoo commented Feb 6, 2023

Found this error from recent PR: #432

@jethrogb
Copy link
Member

Can we please fix this ASAP as we are no longer able to test on stable

@Taowyoo
Copy link
Collaborator Author

Taowyoo commented Apr 26, 2023

Pls check PR jethrogb/pe-rs#7

@bors bors bot closed this as completed in 11e11c0 May 4, 2023
Taowyoo added a commit that referenced this issue May 30, 2023
442: fix pe error by removing `isgx-pe2sgx` in CI r=Taowyoo a=Taowyoo

Fix #433 by removing `isgx-pe2sgx` in CI

If it's not used, maybe we could also remove the code.

Please correct me if it's actively used somewhere

Co-authored-by: Yuxiang Cao <yuxiang.cao@fortanix.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants