Skip to content

Commit 86fafaa

Browse files
authored
Merge pull request #266 from apple/shahmishal/centOS-8-clang-12
Use specific Clang version on CentOS 8
2 parents 5c634e5 + 750a10e commit 86fafaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/master/centos/8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.n
77

88
RUN yum install --enablerepo=powertools -y \
99
autoconf \
10-
clang \
10+
clang-12.0.1 \
1111
cmake \
1212
diffutils \
1313
git \

0 commit comments

Comments
 (0)