agatedb icon indicating copy to clipboard operation
agatedb copied to clipboard

Fix build error on rust 1.9.20

Open stepinto opened this issue 1 month ago • 1 comments

Fix the belowing build error on rust 1.92.0.

error: invalid format string: integer 1048576 does not fit into the type u16 whose range is 0..=65535 --> src/table/tests.rs:353:29

stepinto avatar Dec 14 '25 06:12 stepinto

Welcome @stepinto! It looks like this is your first PR to tikv/agatedb 🎉

ti-chi-bot[bot] avatar Dec 14 '25 06:12 ti-chi-bot[bot]

please ping us for review once CI errors are fixed :) thank you

skyzh avatar Dec 18 '25 06:12 skyzh

please ping us for review once CI errors are fixed :) thank you

This seems to be an irrevelant error to this PR. It is because this repo is using actions/cache v2, which has been deprecated since 2024-12. Is there anyone working on fix it?

Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: v2`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down

stepinto avatar Dec 20 '25 09:12 stepinto