Skip to content

Commit 1bfa47b

Browse files
committed
Remove ABSL from clang
1 parent 3571c30 commit 1bfa47b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
419419
"Linux 24.04 Clang 21",
420420
"cppalliance/droneubuntu2404:1",
421421
{ TOOLSET: 'clang', COMPILER: 'clang++-21', CXXSTD: '17,20,2b' },
422-
"libabsl-dev", "clang-21",
422+
"clang-21",
423423
["deb http://apt.llvm.org/noble/ llvm-toolchain-noble-21 main"],
424424
),
425425

0 commit comments

Comments
 (0)