Skip to content

Commit fd8e6a4

Browse files
committed
Add clang to Fedora build container
1 parent 0dea119 commit fd8e6a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To build modules pass `MODULES=1`
111111

112112
To convert all modules to builtin, pass `MOD2YES=1`.
113113

114-
To build with clang pass `CLANG=1`, only works using the latest Ubuntu image.
114+
To build with clang pass `CLANG=1`, only works using the latest Fedora or Ubuntu image.
115115

116116
For a quiet build pass `QUIET=1`, for verbose pass `VERBOSE=1`.
117117

build/fedora/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN dnf -y install \
66
bison \
77
bzip2 \
88
ccache \
9+
clang \
910
cpio \
1011
diffutils \
1112
dwarves \

0 commit comments

Comments
 (0)