Skip to content

Commit 777797e

Browse files
authored
GH-45183: [C++][Release] Add llvm-dev back to setup-ubuntu.sh (#45184)
### Rationale for this change Fixes verification nightly jobs. See #45183. ### What changes are included in this PR? Updates dev/release/setup-ubuntu.sh to re-add llvm-dev as an installed package. ### Are these changes tested? Yes, locally (via `archery docker run....`) ### Are there any user-facing changes? No. Closes #45183 * GitHub Issue: #45183 Authored-by: Bryce Mecum <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 14dc66d commit 777797e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/release/setup-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ apt-get install -y -q --no-install-recommends \
5050
libglib2.0-dev \
5151
libsqlite3-dev \
5252
libssl-dev \
53+
llvm-dev \
5354
ninja-build \
5455
nlohmann-json3-dev \
5556
pkg-config \

0 commit comments

Comments
 (0)