Commit e64d38b
committed
keepkey: bump nanopb to 0.4.9.1
CI fails with:
```
Traceback (most recent call last):
File "/home/runner/work/HWI/HWI/test/work/keepkey-firmware/nanopb/generator/nanopb_generator.py", line 1816, in <module>
main_plugin()
File "/home/runner/work/HWI/HWI/test/work/keepkey-firmware/nanopb/generator/nanopb_generator.py", line 1796, in main_plugin
other_files[fdesc.name] = parse_file(fdesc.name, fdesc, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/HWI/HWI/test/work/keepkey-firmware/nanopb/generator/nanopb_generator.py", line 1628, in parse_file
Globals.separate_options = read_options_file(open(optfilename, "rU"))
^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid mode: 'rU'
--nanopb_out: protoc-gen-nanopb: Plugin failed with status code 1.
```
https://github.com/bitcoin-core/HWI/actions/runs/16440824447/job/46462763445
This was changed in:
nanopb/nanopb@01e9186
That's been in the releases since 0.4.6.1 parent 7ee054a commit e64d38b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments