Skip to content

Commit 6a6e57a

Browse files
committed
ci: fix system_deps python jobs not using archlinux's pybind11 3.0.0
1 parent f0d0fe7 commit 6a6e57a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/docker/system_deps/python.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ortools/cmake:system_deps_swig AS env
22

33
ENV PATH=/root/.local/bin:$PATH
4-
RUN pacman -Syu --noconfirm pybind11
4+
#RUN pacman -Syu --noconfirm pybind11
55
RUN pacman -Syu --noconfirm python \
66
python-setuptools python-wheel python-virtualenv \
77
python-pip python-protobuf python-numpy python-pandas
@@ -15,6 +15,7 @@ COPY . .
1515
FROM devel AS build
1616
# Archlinux do not provide pybind11 protobuf package
1717
RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
18+
-DBUILD_pybind11=ON \
1819
-DBUILD_pybind11_abseil=ON \
1920
-DBUILD_pybind11_protobuf=ON \
2021
-DUSE_COINOR=ON \

0 commit comments

Comments
 (0)