We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e72e1 commit a8a66f7Copy full SHA for a8a66f7
2 files changed
.github/docker/clang/Dockerfile-fedora
@@ -4,7 +4,7 @@ ARG USER=ci
4
5
RUN dnf update -y && dnf -y install \
6
ca-certificates curl git \
7
- make g++ unzip \
+ make g++ unzip libasan \
8
clang lld ninja-build sudo \
9
python3 python3-pip cmake \
10
&& rm -rf /var/cache/dnf/*
.github/docker/gcc/Dockerfile-fedora
gcc lld ninja-build sudo \
0 commit comments