Home
last modified time | relevance | path

Searched +full:libclang1 +full:- (Results 1 – 3 of 3) sorted by relevance

/external/sandboxed-api/.github/workflows/
Dubuntu-cmake.yml1 name: ubuntu-cmake
11 fail-fast: false
15 - os: ubuntu-22.04
17 compiler-version: 14
18 libclang-version: 14
19 pip-clang-version: "14.0"
20 ignore-errors: false
21 - os: ubuntu-22.04
23 compiler-version: 13
24 libclang-version: 13
[all …]
/external/bcc/docker/build/
DDockerfile.ubuntu15 RUN apt-get update && apt-get install -y curl gnupg &&\
17 deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\
18 deb-src http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\
19 deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME}-${LLVM_VERSION} main\n\
20 deb-src http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME}-${LLVM_VERSION} main\n" &&\
22 curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
27 RUN apt-get update && apt-get install -y \
28 util-linux \
30 binutils-dev \
37 libelf-dev \
[all …]
/external/AFLplusplus/
DDockerfile3 # installs LLVM 14 for afl-clang-lto support.
5 # GCC 11 is used instead of 12 because genhtml for afl-cov doesn't like it.
31 RUN apt-get update && apt-get full-upgrade -y && \
32 apt-get install -y --no-install-recommends wget ca-certificates apt-utils && \
33 rm -rf /var/lib/apt/lists/*
35 RUN echo "deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/jammy/ llvm-t…
36 wget -qO /etc/apt/keyrings/llvm-snapshot.gpg.key https://apt.llvm.org/llvm-snapshot.gpg.key
38 RUN apt-get update && \
39 apt-get -y install --no-install-recommends \
40 make cmake automake meson ninja-build bison flex \
[all …]