Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:lldb +full:- +full:14 (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/re2/src/.github/workflows/
Dci.yml6 build-appleclang:
7 runs-on: macos-latest
9 fail-fast: false
15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98`
18 # we set the `-std` flag explicitly in order to vary the language version.
20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}
22 - uses: actions/checkout@v3
23 - name: Install Abseil, GoogleTest and Benchmark
26 brew install abseil googletest google-benchmark
28 - run: make && make test
[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 …]