Skip to content

Commit 2fa01db

Browse files
authored
rockylinux: add clang-devel and llvm to the build deps (#36)
1 parent c1d9fff commit 2fa01db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dockerfiles/Dockerfile.rockylinux8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN dnf install -y --nobest --skip-broken \
2424
unzip \
2525
rsync \
2626
clang \
27+
clang-devel \
28+
llvm \
2729
curl \
2830
libtool \
2931
automake \

dockerfiles/Dockerfile.rockylinux9

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN echo '[goreleaser]\nname=GoReleaser\nbaseurl=https://repo.goreleaser.com/yum
2222
unzip \
2323
rsync \
2424
clang \
25+
clang-devel \
26+
llvm \
2527
curl \
2628
libtool \
2729
automake \

0 commit comments

Comments
 (0)