Home
last modified time | relevance | path

Searched +full:llvm +full:- +full:toolchain +full:- +full:focal +full:- +full:13 (Results 1 – 4 of 4) sorted by relevance

/external/openthread/.github/workflows/
Dbuild.yml35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
44 runs-on: ubuntu-20.04
46 - uses: actions/checkout@v2
49 - name: Bootstrap
51 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
52 sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 shellcheck
53 python3 -m pip install yapf==0.31.0
55 - name: Check
[all …]
/external/jazzer-api/.github/workflows/
Dcheck-formatting.yml14 runs-on: ubuntu-20.04
17 - uses: actions/checkout@v2
19 - name: Setup Go environment
20 uses: actions/setup-go@v2
22 go-version: '^1.15.5'
24 - name: Install formatters
26 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
27 sudo apt-get install software-properties-common
28 sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main'
29 sudo apt-get install clang-format-13
[all …]
/external/pdfium/
DDEPS34 # Three lines of non-changing comments so that
38 # Three lines of non-changing comments so that
42 # Three lines of non-changing comments so that
46 # Three lines of non-changing comments so that
50 # Three lines of non-changing comments so that
54 # Three lines of non-changing comments so that
58 # Three lines of non-changing comments so that
62 # Three lines of non-changing comments so that
66 # Three lines of non-changing comments so that
70 # Three lines of non-changing comments so that
[all …]
/external/webrtc/
DDEPS30 'checkout_fuchsia_boot_images': "terminal.qemu-x64",
34 'reclient_version': 're_client_version:0.87.0.b6908b3-gomaip',
37 # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
42 # TODO(kjellander): Move this to be Android-only.
66 'package': 'gn/gn/linux-${{arch}}',
76 'package': 'gn/gn/mac-${{arch}}',
86 'package': 'gn/gn/windows-amd64',
104 …'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.…
106 …'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@c2e10323cc8190…
108 …'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@9231726c61a…
[all …]