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
fix(wasm): add backward compatibility for openssh_format attribute in wasm_keygen
When PR branches merge with main for CI testing, main's BUILD files still
use openssh_format=False in wasm_keygen rules. This attribute was removed
in commit 06d8d71 when switching to the Go wrapper approach.
Add the attribute back as deprecated/ignored to maintain backward compatibility
during the merge, preventing CI build failures.
0 commit comments