Skip to content

Commit

Permalink
Disable debug info for all example jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 28, 2024
1 parent afa37f8 commit f222a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: amd64/rust
env:
# avoid debug symbols at all (without this compiling
# the examples fills up the disk)
RUSTFLAGS: "-C debuginfo=0 -C incremental=false"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f222a10

Please sign in to comment.