Skip to content

Commit

Permalink
scripts(setup-ubuntu.sh): Remove clang-15
Browse files Browse the repository at this point in the history
After the latest updates below we seem to be able to drop clang-15 (and
with that the llvm-15 dependency) from the builder docker image.

- #20595
- #20585
- #20581
  • Loading branch information
fornwall committed Sep 4, 2024
1 parent 55c697a commit d3c4eef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ PACKAGES+=" gengetopt"
PACKAGES+=" libdbus-1-dev"

# Needed by package below.
PACKAGES+=" clang-15"
PACKAGES+=" libelf-dev"

# Needed by package ghostscript.
Expand Down

0 comments on commit d3c4eef

Please sign in to comment.