-
Notifications
You must be signed in to change notification settings - Fork 55
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
Need to upgrade the toolchain to 1.59 release to accept "strip" option in release profile #269
Comments
Sure |
liuw1
added a commit
to liuw1/td-shim
that referenced
this issue
May 16, 2022
Fix confidential-containers#269 Signed-off-by: Wei Liu <wei3.liu@intel.com>
I have checked all CI related test tasks except TDX integration test task with #268, all tasks passed with the latest stable toolchain. |
Thanks, I am working on to solve that TDX integration test task failure |
jyao1
pushed a commit
that referenced
this issue
May 16, 2022
Fix #269 Signed-off-by: Wei Liu <wei3.liu@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background: #256 (comment)
The current stable toolchain version 1.58 release doesn't support the "strip" option in release profile, which breaks the reproducible build.
We need to upgrade the version of toolchain to 1.59 release, since the profile strip option has been stabilized in the 1.59 release. More detail please find: https://doc.rust-lang.org/cargo/reference/unstable.html#profile-strip-option
The text was updated successfully, but these errors were encountered: