Skip to content

Commit fddc579

Browse files
committed
build: catch2 is installed with using conan instead of FetchContent
1 parent 13b3135 commit fddc579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/resources/package_for_linux/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ FROM ${manylinux_image} AS base
2626
RUN --mount=type=cache,target=/var/cache/yum \
2727
yum install -y lndir
2828

29+
# This needed to use uv run with --only-group option
30+
RUN --mount=type=cache,target=/path/to/pipx/cache \
31+
pipx install "uv>=0.6.5" --force
2932

3033
# ==============================================================================
3134
FROM base AS conan_builder

0 commit comments

Comments
 (0)