Skip to content

Commit de66928

Browse files
authored
Merge pull request #42 from DARMA-tasking/41-missing-clang-tools-1718-in-associated-builds-for-c-20
#41: CI: add clang tools so modules work properly with C++20
2 parents 6fea647 + 73147c8 commit de66928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-bake.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ target "build-all" {
311311
{
312312
compiler = "clang-17"
313313
distro_version = "24.04"
314+
extra_packages = "clang-tools-17"
314315
deps = <<EOF
315316
cmake: ['3.31.9']
316317
libunwind: '1.6.2'
@@ -320,6 +321,7 @@ target "build-all" {
320321
{
321322
compiler = "clang-18"
322323
distro_version = "24.04"
324+
extra_packages = "clang-tools-18"
323325
deps = <<EOF
324326
cmake: ['3.31.9']
325327
libunwind: '1.6.2'

0 commit comments

Comments
 (0)