hdl / containers

Building and deploying container images for open source electronic design automation (EDA)
https://hdl.github.io/containers/
Apache License 2.0
106 stars 24 forks source link

Update cocotb to 1.5? #43

Closed rodrigomelo9 closed 2 years ago

rodrigomelo9 commented 2 years ago

Is stuck at 1.4:

osvb.dockerfile:38: && git clone -b stable/1.4 --recurse-submodules https://github.com/cocotb/cocotb /tmp/cocotb \

Or maybe to provide a fine-grain, updated, cocotb image?

umarcor commented 2 years ago

That was an oversight (probably a copy and paste mistake). We try to build master/development/head versions of all the tools, except a few. Cocotb should not be in the exception list.

Thanks for letting us know!