Skip to content

Commit

Permalink
remove dead code linking from CI
Browse files Browse the repository at this point in the history
originally specified by codegen tool, but induces a recursion limit overflow in
bitcoin_scripts 0.7.0, so removing ("temporarily")
  • Loading branch information
Lederstrumpf committed May 24, 2022
1 parent 13d886c commit f6060e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
args: --workspace --all-targets --all-features --no-fail-fast --verbose
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Coverflow-checks=off'
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off'

- id: coverage
Expand Down

0 comments on commit f6060e7

Please sign in to comment.