You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci debian trixie: disable because of Apache Arrow dependencies' mismatch
Debian trixie on CI is failing because Apache Arrow
depends on libre2-11-absl20230802, which is no longer
available. Trixie now provides libre2-11 version
20240702-3, causing a dependency mismatch during the
Apache Arrow build.
```
12.71 Unsatisfied dependencies:
12.77 libarrow1900 : Depends: libre2-11-absl20230802 but it is not installable
12.77 Error: Unable to correct problems, you have held broken packages.
```
ref: https://github.com/groonga/groonga/actions/runs/13889234637/job/38858485115
We will re-enable these tests once Apache Arrow is
rebuilt with the updated dependency, expected in the
next release in April.
0 commit comments