confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
48 stars 88 forks source link

workflow: e2e_libvirt fix rust version error #2125

Closed stevenhorsman closed 1 month ago

stevenhorsman commented 1 month ago

In github.com/confidential-containers/cloud-api-adaptor/pull/2074 we removed the RUST_VERSION env, but we still use it in The Install rust toolchain step which it needed to build the kbs client. I plan to remove this need very sooner by using the cached kbs client, but can't test those changes due to this error.