Skip to content

Commit 5d47e57

Browse files
Merge pull request #11 from UIUCLibrary/dev
Dev
2 parents cb959d4 + dd090e3 commit 5d47e57

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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' \

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)