Skip to content

Comments

cargo: upgrade rocksdb and io-uring#9

Merged
ming1 merged 1 commit intomainfrom
fedora
Aug 18, 2025
Merged

cargo: upgrade rocksdb and io-uring#9
ming1 merged 1 commit intomainfrom
fedora

Conversation

@ming1
Copy link
Collaborator

@ming1 ming1 commented Aug 18, 2025

Meantime set RUSTFLAGS="--cfg=io_uring_skip_arch_check" for avoiding io-uring build failure:

error: The prebuilt sys.rs may not be compatible with your target,
please use bindgen feature to generate new sys.rs of your arch
or use --cfg=io_uring_skip_arch_check to skip the check.
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.7.6/src/sys/mod.rs:27:1
|
27 | / compile_error!(
28 | | "The prebuilt sys.rs may not be compatible with your target,
29 | | please use bindgen feature to generate new sys.rs of your arch
30 | | or use --cfg=io_uring_skip_arch_check to skip the check."
31 | | );
| |_^

Meantime set RUSTFLAGS="--cfg=io_uring_skip_arch_check" for avoiding
io-uring build failure:

error: The prebuilt `sys.rs` may not be compatible with your target,
       please use bindgen feature to generate new `sys.rs` of your arch
       or use `--cfg=io_uring_skip_arch_check` to skip the check.
  --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-uring-0.7.6/src/sys/mod.rs:27:1
   |
27 | / compile_error!(
28 | |     "The prebuilt `sys.rs` may not be compatible with your target,
29 | | please use bindgen feature to generate new `sys.rs` of your arch
30 | | or use `--cfg=io_uring_skip_arch_check` to skip the check."
31 | | );
   | |_^

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
@ming1 ming1 merged commit 61d35be into main Aug 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant