[svsm-devel] Coconut now builds with rust-stable

Tom Dohrmann erbse.13 at gmx.de
Thu Aug 31 11:20:24 CEST 2023


Hi,

On 8/31/23 11:14, Jörg Rödel wrote:
> Hi,
>
> I just tested and merged
>
> 	https://github.com/coconut-svsm/svsm/pull/81
>
> which, due to the awesome work of Carlos López, makes all necessary
> changes to build Coconut-SVSM with rust-stable.
>
> One prerequisite for that change was to get rid our our custom build
> target and switch to the generic x86_64-unknown-none target. This means
> you need to add this target to your rust installation from now on. On my
> side all I had to do was
>
> 	$ rustup target add x86_64-unknown-none
>
> to successfully build the SVSM after this change.
If you place a file called rust-toolchain.toml with the following 
content in the project root directory, rustup will automatically install 
the target on the users machine when they invoke cargo for the first time:

[toolchain]
targets = ["x86_64-unknown-none"]

Regards,
Tom
> Have a lot of fun,
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xA1907110D8518A9A.asc
Type: application/pgp-keys
Size: 3098 bytes
Desc: OpenPGP public key
URL: <http://mail.8bytes.org/pipermail/svsm-devel/attachments/20230831/507a6846/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://mail.8bytes.org/pipermail/svsm-devel/attachments/20230831/507a6846/attachment-0001.sig>


More information about the Svsm-devel mailing list