diff mbox series

CI: remove unnecessary clang settings

Message ID 20240709182753.33263-1-jon.mason@arm.com
State New
Headers show
Series CI: remove unnecessary clang settings | expand

Commit Message

Jon Mason July 9, 2024, 6:27 p.m. UTC
With the resolution of meta-clang issue 766 and
OE-Core 15d09b02b2632ab1cabc3b1bd9f521e6d3d3b83f
many of the settings are no longer necessary to be set as part of our
CI.  Remove them, as it is causing other issues with CI.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/clang.yml | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Jon Mason July 10, 2024, 4:14 a.m. UTC | #1
On Tue, 09 Jul 2024 14:27:53 -0400, Jon Mason wrote:
> With the resolution of meta-clang issue 766 and
> OE-Core 15d09b02b2632ab1cabc3b1bd9f521e6d3d3b83f
> many of the settings are no longer necessary to be set as part of our
> CI.  Remove them, as it is causing other issues with CI.
> 
> 

Applied, thanks!

[1/1] CI: remove unnecessary clang settings
      commit: 4cddc5f600706162870438b845a0aff94909560e

Best regards,
diff mbox series

Patch

diff --git a/ci/clang.yml b/ci/clang.yml
index 9b2d194a3a11..402292a6b86d 100644
--- a/ci/clang.yml
+++ b/ci/clang.yml
@@ -10,12 +10,3 @@  repos:
 local_conf_header:
   toolchain: |
     TOOLCHAIN = "clang"
-    PREFERRED_PROVIDER_llvm = "clang"
-    PREFERRED_PROVIDER_llvm-native = "clang-native"
-    PREFERRED_PROVIDER_nativesdk-llvm = "nativesdk-clang"
-    PROVIDES:pn-clang = "llvm"
-    PROVIDES:pn-clang-native = "llvm-native"
-    PROVIDES:pn-nativesdk-clang = "nativesdk-llvm"
-    # This is needed to stop bitbake getting confused about what clang/llvm is
-    # being used, see https://github.com/kraj/meta-clang/pull/766
-    BBMASK += "/meta/recipes-devtools/llvm/llvm.*\.bb"