Skip to content

Commit 73147c8

Browse files
committed
#41: CI: add clang tools so modules work properly with C++20
1 parent 6fea647 commit 73147c8

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)