Skip to content

Commit 7a90a54

Browse files
authored
chore: fix R test failures in nightly verification on Ubuntu (#4285)
The nightly verification job on Ubuntu is failing while verifying the R packages due to missing libuv1-dev. https://github.com/apache/arrow-adbc/actions/runs/25074820850/job/73464505942?pr=4284 This is a new breaking change in a dependency used by the R tests so any system that builds and tests the R packages needs this package or an equivalent. See commits from apache/arrow: 70f8c204cb MINOR: [Dev][CI] Install libuv1-dev in dev.yml lint step for R fs package (#49791) 4feb9bde28 GH-49593: [R][CI] Add libuv-dev to CI jobs due to update to fs package (#49594)
1 parent b56e2cb commit 7a90a54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/scripts/verify_ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ main() {
5656
libgtest-dev \
5757
libpq-dev \
5858
libsqlite3-dev \
59+
libuv1-dev \
5960
lsb-release \
6061
ninja-build \
6162
pkg-config \

0 commit comments

Comments
 (0)