Skip to content

Commit dd090e3

Browse files
committed
build: perl-Time-Piece is installed in package_for_linux dockerfile
1 parent e8eec5e commit dd090e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/resources/package_for_linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/path/to/pipx/cache \
3131
FROM base AS conan_builder
3232

3333
RUN --mount=type=cache,target=/var/cache/yum \
34-
yum install -y perl-IPC-Cmd perl-Digest-SHA && \
34+
yum install -y perl-IPC-Cmd perl-Digest-SHA perl-Time-Piece && \
3535
case $(uname -m) in \
3636
x86_64) yum install -y jq ;; \
3737
aarch64) yum install -y wget gawk; \

scripts/resources/package_for_linux/build-wheel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SKIP_DIRS_NAMED=(\
1212
'.ruff_cache' \
1313
'.tox' \
1414
'venv' \
15+
'.venv' \
1516
'reports' \
1617
'__pycache__' \
1718
'wheelhouse' \

0 commit comments

Comments
 (0)