Commit e990085
committed
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.1 parent ac4f3dd commit e990085
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
0 commit comments