Skip to content

Commit 093d625

Browse files
committed
Update pybind11 in integration test image from 2.9 -> 2.11.
We have had issues in 2.10, and it appears a change upstream is no longer compatible with version 2.9: llvm/llvm-project#115307 This updates to 2.11.2, the next minor version, which I have used locally for a long time. This patch version came out months ago.
1 parent 7f7ea68 commit 093d625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y \
1414
RUN apt-get update && apt-get install -y \
1515
python3.8-dev python3-pip python3.9-dev
1616

17-
RUN python3.8 -m pip install pycapnp psutil pybind11==2.9.1 numpy jinja2 cocotb cocotb_test
18-
RUN python3.9 -m pip install pycapnp psutil pybind11==2.9.1 numpy jinja2 cocotb cocotb_test
17+
RUN python3.8 -m pip install pycapnp psutil pybind11==2.11.2 numpy jinja2 cocotb cocotb_test
18+
RUN python3.9 -m pip install pycapnp psutil pybind11==2.11.2 numpy jinja2 cocotb cocotb_test
1919

2020
RUN apt-get update && apt-get install -y tcl
2121

0 commit comments

Comments
 (0)