Skip to content

Commit 788a0ab

Browse files
committed
Pin cmake<4
1 parent 7bd4cb1 commit 788a0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Dockerfile/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
3838
&& apt-get clean \
3939
&& apt-get purge -y \
4040
&& rm -rf /var/lib/apt/lists* \
41-
&& pip3 install cmake
41+
&& pip3 install 'cmake<4'
4242

4343
# Copy TileDB source files from the build context.
4444
COPY . /home/tiledb/TileDB

tiledb/doxygen/source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
breathe
2-
cmake
2+
'cmake<4'
33
docutils
44
jinja2
55
sphinx_rtd_theme

0 commit comments

Comments
 (0)