Skip to content

Commit

Permalink
Temporarily* disable clippy
Browse files Browse the repository at this point in the history
*famous last words
  • Loading branch information
cbiffle committed Apr 4, 2024
1 parent d091330 commit 1f10682
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,14 @@ jobs:
target/release/humility -a target/${{ inputs.app_name }}/dist/build-${{ inputs.app_name }}-image-$image.zip manifest; \
done
- name: Clippy
if: inputs.os == 'ubuntu-latest'
run: |
cargo xtask clippy ${{ inputs.app_toml}} -- --deny warnings
# TODO: Clippy temporarily disabled 2024-04 while people clean up
# the new Clippy warnings resulting from the last toolchain
# upgrade. If you're reading this, try turning it back on and see
# if we're good yet.
#- name: Clippy
# if: inputs.os == 'ubuntu-latest'
# run: |
# cargo xtask clippy ${{ inputs.app_toml}} -- --deny warnings

# upload the output of our build
- name: Upload build archive
Expand Down

0 comments on commit 1f10682

Please sign in to comment.