We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dea119 commit fd8e6a4Copy full SHA for fd8e6a4
2 files changed
README.md
@@ -111,7 +111,7 @@ To build modules pass `MODULES=1`
111
112
To convert all modules to builtin, pass `MOD2YES=1`.
113
114
-To build with clang pass `CLANG=1`, only works using the latest Ubuntu image.
+To build with clang pass `CLANG=1`, only works using the latest Fedora or Ubuntu image.
115
116
For a quiet build pass `QUIET=1`, for verbose pass `VERBOSE=1`.
117
build/fedora/Dockerfile
@@ -6,6 +6,7 @@ RUN dnf -y install \
6
bison \
7
bzip2 \
8
ccache \
9
+ clang \
10
cpio \
11
diffutils \
12
dwarves \
0 commit comments