Revert "Test fuzzing with debug symbols"
This reverts commit ef9438122a
.
This commit is contained in:
parent
9a1fd62481
commit
a4fe690043
2 changed files with 4 additions and 12 deletions
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
|
@ -82,8 +82,7 @@ jobs:
|
|||
|
||||
fuzz_read:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUSTFLAGS: --profile=release-with-debug
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
@ -110,8 +109,7 @@ jobs:
|
|||
|
||||
fuzz_read_with_no_features:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUSTFLAGS: --profile=release-with-debug
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
@ -138,8 +136,7 @@ jobs:
|
|||
|
||||
fuzz_write:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUSTFLAGS: --profile=release-with-debug
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
@ -166,8 +163,7 @@ jobs:
|
|||
|
||||
fuzz_write_with_no_features:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUSTFLAGS: --profile=release-with-debug
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
|
|
@ -28,10 +28,6 @@ zstd = { version = "0.13.0", optional = true, default-features = false }
|
|||
zopfli = { version = "0.8.0", optional = true }
|
||||
deflate64 = { git = "https://github.com/Pr0methean/deflate64-rs.git", optional = true }
|
||||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
|
||||
crossbeam-utils = "0.8.19"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue