Skip to content

Commit

Permalink
update: static link and fix image build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelife1314 committed Jul 29, 2023
1 parent 2a2aa1b commit 2b0d66d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
8 changes: 1 addition & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]

[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-feature=+crt-static"]

[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=+crt-static"]
rustflags = ["--cfg", "tokio_unstable"]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.1.11 - 2023-07-30

static link everything on unix platform.

# v0.1.10 - 2023-07-30

static link everything on unix platform.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsb"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
authors = ["MichaelFu <michael.fudenglong@qq.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/gamelife1314/rsb/workflows/CI/badge.svg)](https://github.com/gamelife1314/rsb/actions)
[![License MIT](https://img.shields.io/badge/liccense-MIT-green?style=flat&logo=PowerShell)](https://github.com/gamelife1314/rsb/blob/main/LICENSE)
[![Codecov](https://codecov.io/gh/gamelife1314/rsb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gamelife1314/rsb)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.1.10-blue)](https://crates.io/crates/rsb)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.1.11-blue)](https://crates.io/crates/rsb)

`rsb` is a http server benchmark tool written in rust. The development of this tool is mainly inspired
by the [`bombardier`](https://github.com/codesenberg/bombardier) project, and I would like to thank the author for his
Expand Down

0 comments on commit 2b0d66d

Please sign in to comment.