Skip to content

Commit 2d4dead

Browse files
committed
.
1 parent d3aaef8 commit 2d4dead

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 & 2 deletions
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
@@ -50,7 +50,6 @@ RUN apt-get update \
5050
${BASE_DEPS} \
5151
${TEST_DEPS} \
5252
${MISC_DEPS} \
53-
${UMF_DEPS} \
5453
&& rm -rf /var/lib/apt/lists/* \
5554
&& apt-get clean all
5655

0 commit comments

Comments
 (0)