You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ring dependency cannot be built on s390x, s390x cannot support cosign for a few months. Latest sigstore-rs does not depends on ring anymore. Time to update.
What we want
Update sigstore-rs to rev 69e8f33.
The text was updated successfully, but these errors were encountered:
`sigstore-rs` has features `native-tls` and `rustls-tls`. The
two features are leveraged to give two types of build:
`kata-cc-rustls-tls` and `enclave-cc-rustls-tls`: they depend on purely
rust implementation of crypto suites, including `ring` which can
not be built on `s390x`.
`kata-cc-native-tls` and `enclave-cc-native-tls`: they depend on `openssl`
for crypto suites. They can be built on `s390x`.
sync blocking is used because the current implementation of oci
client is not `Send` between threads.
Fixes: #134
Signed-off-by: Xynnn007 <[email protected]>
Background
For
ring
dependency cannot be built ons390x
,s390x
cannot support cosign for a few months. Latestsigstore-rs
does not depends onring
anymore. Time to update.What we want
Update
sigstore-rs
to rev69e8f33
.The text was updated successfully, but these errors were encountered: