Skip to content

Commit 8c9e8bd

Browse files
authored
Install cmake and git test dependencies (#386)
1 parent 1263ae1 commit 8c9e8bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

swift-ci/master/fedora/39/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN yum install -y \
2020
clang \
2121
perl-podlators \
2222
which \
23+
git \
24+
cmake \
2325
diffutils
2426

2527
USER build-user

swift-ci/master/fedora/40/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN yum install -y \
2020
clang \
2121
perl-podlators \
2222
which \
23+
git \
24+
cmake \
2325
diffutils
2426

2527
USER build-user

0 commit comments

Comments
 (0)