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
This is a bug occurring in https://github.com/indygreg/apple-platform-rs, a downstream which (optionally) uses the yubikey-rs crate. It's unclear to me whether this is an apple-codesign (downstream) bug, one in yubikey-rs, or even one in pcsc-rust.
I am using rcodesign in a on-premises CI server, with the smartcard functionality backed by a Yubikey 5 token.
When two (or more) jobs attempt to sign executables simultaneously, at least one (sometimes all) of them will begin exiting unsuccessfully with the pcsc-rust error Error::ResetCard, which has the description "The smart card has been reset, so any shared state information is invalid".
This is a bug occurring in https://github.com/indygreg/apple-platform-rs, a downstream which (optionally) uses the
yubikey-rs
crate. It's unclear to me whether this is anapple-codesign
(downstream) bug, one inyubikey-rs
, or even one inpcsc-rust
.I've copied and pasted the text from from indygreg/apple-platform-rs#49 below:
The text was updated successfully, but these errors were encountered: