From 0af880e9a73619da756850402eb21f6af4ebd1c9 Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:54:47 -0700 Subject: [PATCH] Add llvm-tools to all CCCL devcontainers (#386) This allows using FileCheck, hopefully from LLVM-18, in all devcontainers. This fixes some inconsistency with how FileCheck parses nested `[[[]]]`. --- matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.yml b/matrix.yml index da3e3e4f..cad38f6e 100644 --- a/matrix.yml +++ b/matrix.yml @@ -43,7 +43,7 @@ x-openmpi: &openmpi { name: "openmpi" } x-cccl-dev: &cccl_dev { name: "cccl-dev", hide: true } x-clangd-dev: &clangd_dev { name: "llvm", version: "dev", packages: "clangd", hide: true } x-clangd-dev-bionic: &clangd_dev_bionic { name: "llvm", version: "19", packages: "clangd", hide: true } -x-clang-format-cccl: &clang_format_cccl { name: "llvm", version: "18", packages: "clang-format", hide: true } +x-clang-format-cccl: &clang_format_cccl { name: "llvm", version: "18", packages: "clang-format llvm-tools", hide: true } x-clang-format-rapids: &clang_format_rapids { name: "llvm", version: "16", packages: "clang-format", hide: true } # CCCL only needs a subset of the full CTK: