Skip to content

raft: Upgrade cockroachdb/pebble package

Quang-Minh Nguyen requested to merge qmnguyen0711/upgrade-pebble into master

The recent version does not work with 32-bit platforms. This commit bumps that package version to higher version. The bug was fixed in: https://github.com/cockroachdb/pebble/issues/2853

It breaks our build at https://dev.gitlab.org/gitlab/omnibus-gitlab/-/pipelines/333618/failures

Screenshot_2024-07-02_at_18.20.19

As the latest pebble version is not compatible with dragonboat. There are some minor changes in pebble. So, we have no choice but to fork dragonboat to upgrade the dependency: gl-gitaly/dragonboat@725bd577. All tests in dragonboat passed.

We'll upstream this dependency bump later.

Edited by Quang-Minh Nguyen

Merge request reports

Loading