Skip to content

Commit

Permalink
fixup! apples to apples
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 10, 2023
1 parent cd08b3c commit 49553a7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- justfile

env:
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"

jobs:
check-all:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-each.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"

jobs:
list-changed-crates:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"
RUSTUP_MAX_RETRIES: 10

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUST_BACKTRACE: short
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"
RUSTUP_MAX_RETRIES: 10

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"
RUSTUP_MAX_RETRIES: 10

# Run only the app-level tests. These may take longer to compile (usually due to very large stack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"

jobs:
clippy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTFLAGS: "-D warnings -C debuginfo=off -A opaque_hidden_inferred_bound"
RUSTFLAGS: "-D warnings -C debuginfo=0 -A opaque_hidden_inferred_bound"
RUSTUP_MAX_RETRIES: 10

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=off"
RUSTFLAGS: "-D warnings -A deprecated -C debuginfo=0"
RUSTUP_MAX_RETRIES: 10

jobs:
Expand Down

0 comments on commit 49553a7

Please sign in to comment.