diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-10 18:28:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-27 17:49:24 -0400 |
commit | c8790bee69b1515c7b070bcab6b72df25331663c (patch) | |
tree | d273c6da99cbd3d2155011691b4c0416c16d9ba5 /.azure-pipelines.yml | |
parent | 98178bdcdd4f85647406b914163c8937525f1a16 (diff) | |
download | u-boot-c8790bee69b1515c7b070bcab6b72df25331663c.zip u-boot-c8790bee69b1515c7b070bcab6b72df25331663c.tar.gz u-boot-c8790bee69b1515c7b070bcab6b72df25331663c.tar.bz2 |
Azure/GitLab: Switch over to using LLVM-10
At this point LLVM-7 is rather old. Switch over to LLVM-10 to enable
some amount of CI coverage with newer compilers.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a043d29..5d96454 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -161,7 +161,7 @@ jobs: TEST_PY_BD: "sandbox" sandbox_clang: TEST_PY_BD: "sandbox" - OVERRIDE: "-O clang-7" + OVERRIDE: "-O clang-10" sandbox_spl: TEST_PY_BD: "sandbox_spl" TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff" |