Skip to content

Commit d3aaef8

Browse files
committed
.
1 parent f793574 commit d3aaef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN apt-get update \
5151
${BASE_DEPS} \
5252
${TEST_DEPS} \
5353
${MISC_DEPS} \
54-
${HWLOC_DEPS} \
54+
# ${HWLOC_DEPS} \
5555
&& /opt/umf/install_hwloc.sh \
5656
&& rm -rf /var/lib/apt/lists/* \
5757
&& apt-get clean all

.github/docker/ubuntu-22.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG BASE_DEPS="\
2222
cmake \
2323
git \
2424
gnupg \
25-
libtool \
25+
# libtool \
2626
wget"
2727

2828
# UMF's dependencies

0 commit comments

Comments
 (0)