Skip to content

Commit

Permalink
Merge branch 'master' into 15651-prefix-suffix-http-sink-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Jan 10, 2023
2 parents a399b0b + cbe52f0 commit 736c58e
Show file tree
Hide file tree
Showing 486 changed files with 5,476 additions and 5,481 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[alias]
vdev = "run --package vdev --"

[target.'cfg(all())']
rustflags = [
"-Dclippy::print_stdout",
Expand All @@ -24,3 +27,7 @@ rustflags = ["-C", "link-args=-rdynamic"]

[target.aarch64-unknown-linux-gnu]
rustflags = ["-C", "link-args=-rdynamic"]

[target.x86_64-pc-windows-msvc]
# https://github.com/dtolnay/inventory/issues/58
rustflags = ["-C", "codegen-units=1"]
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
!Cargo.toml
!rust-toolchain.toml
!scripts
!vdev
350 changes: 0 additions & 350 deletions .github/workflows_disabled/manual_soak.yml

This file was deleted.

Loading

0 comments on commit 736c58e

Please sign in to comment.