Skip to content

Commit

Permalink
GH-45183: [C++][Release] Add llvm-dev back to setup-ubuntu.sh (#45184)
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
amoeba authored Jan 7, 2025
1 parent 14dc66d commit 777797e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/release/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ apt-get install -y -q --no-install-recommends \
libglib2.0-dev \
libsqlite3-dev \
libssl-dev \
llvm-dev \
ninja-build \
nlohmann-json3-dev \
pkg-config \
Expand Down

0 comments on commit 777797e

Please sign in to comment.