Skip to content

ci: 增加 macOS 构建 - #25

Merged
miaobyte merged 2 commits into
mainfrom
ci/macos
Sep 12, 2026
Merged

ci: 增加 macOS 构建#25
miaobyte merged 2 commits into
mainfrom
ci/macos

Conversation

@miaobyte

Copy link
Copy Markdown
Contributor

变更

给 kvspace-durable 增加 macOS CI(任务:6 仓 macOS 编译通过)。

本仓为零依赖纯 std Rust(自实现 redis 协议),macOS 上 cargo build --release 直接可构建;cargo test 所需 redis 用 brew install redis + redis-server --daemonize yes 起(macOS runner 不提供 service container)。

🤖 Generated with Claude Code

miaobyte and others added 2 commits September 12, 2026 18:52
macos-latest 上 cargo build --release + cargo test;测试所需 redis 用
brew 安装后 daemonize 启动(macOS runner 无 service container)。

Co-Authored-By: Claude Code <noreply@anthropic.com>
cargo:rustc-cdylib-link-arg=-Wl,-soname,... 是 GNU ld 选项,macOS 报
"ld: unknown options: -soname"。macOS 用默认 install_name(@rpath)即可。

Co-Authored-By: Claude Code <noreply@anthropic.com>
@miaobyte
miaobyte merged commit 78fc115 into main Sep 12, 2026
4 checks passed
@miaobyte
miaobyte deleted the ci/macos branch September 12, 2026 11:00
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