Skip to content

Commit caf7b14

Browse files
[CI] add libtool to Ubu 24.04 as well, plus fix the comment
1 parent ff02166 commit caf7b14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/docker/ubuntu-22.04.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ ENV NOTTY=1
1717
ENV DEBIAN_FRONTEND=noninteractive
1818

1919
# Base development packages
20-
# It seems that libtool is not directly needed
21-
# but it is still required when Building UMF
20+
# 'libtool' is required when hwloc is statically linked and built from source
2221
ARG BASE_DEPS="\
2322
build-essential \
2423
cmake \

.github/docker/ubuntu-24.04.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ ENV NOTTY=1
1717
ENV DEBIAN_FRONTEND=noninteractive
1818

1919
# Base development packages
20+
# 'libtool' is required when hwloc is statically linked and built from source
2021
ARG BASE_DEPS="\
2122
build-essential \
2223
cmake \
2324
git \
25+
libtool \
2426
wget"
2527

2628
# UMF's dependencies

0 commit comments

Comments
 (0)