Skip to content

Commit 6bfa6af

Browse files
suxb201claude
andcommitted
chore: Release resp-benchmark version 0.2.5
- Add gcc-multilib and libc6-dev-i386 to fix LuaJIT cross-compilation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7f5659f commit 6bfa6af

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
args: --release --out dist --find-interpreter
4848
sccache: 'true'
4949
manylinux: auto
50+
manylinux-setup-commands: |
51+
apt-get update && apt-get install -y gcc-multilib libc6-dev-i386
5052
- name: Upload wheels
5153
uses: actions/upload-artifact@v4
5254
with:
@@ -86,6 +88,8 @@ jobs:
8688
args: --release --out dist --find-interpreter
8789
sccache: 'true'
8890
manylinux: musllinux_1_2
91+
manylinux-setup-commands: |
92+
apt-get update && apt-get install -y gcc-multilib libc6-dev-i386
8993
- name: Upload wheels
9094
uses: actions/upload-artifact@v4
9195
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resp-benchmark"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)