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 f793574 commit d3aaef8Copy full SHA for d3aaef8
.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
0 commit comments