We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aaef8 commit 2d4deadCopy full SHA for 2d4dead
.github/docker/ubuntu-20.04.Dockerfile
@@ -51,7 +51,7 @@ RUN apt-get update \
51
${BASE_DEPS} \
52
${TEST_DEPS} \
53
${MISC_DEPS} \
54
- # ${HWLOC_DEPS} \
+ ${HWLOC_DEPS} \
55
&& /opt/umf/install_hwloc.sh \
56
&& rm -rf /var/lib/apt/lists/* \
57
&& apt-get clean all
.github/docker/ubuntu-22.04.Dockerfile
@@ -22,7 +22,7 @@ ARG BASE_DEPS="\
22
cmake \
23
git \
24
gnupg \
25
- # libtool \
+ libtool \
26
wget"
27
28
# UMF's dependencies
@@ -50,7 +50,6 @@ RUN apt-get update \
50
- ${UMF_DEPS} \
0 commit comments