Commit 7a90a54
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments