mirror of
https://github.com/nushell/nushell.git
synced 2025-08-24 13:16:21 +02:00
Forgo full build in the cargo hack
wf (#16328)
We ran out of disk space on Github actions with the build part of this workflow. We hope that `check` should catch the worst offenders.
This commit is contained in:
committed by
GitHub
parent
007d15ed9f
commit
2c9f6acc03
5
.github/workflows/pre-release-checkup.yml
vendored
5
.github/workflows/pre-release-checkup.yml
vendored
@@ -28,8 +28,9 @@ jobs:
|
||||
- name: Feature power set
|
||||
run: |
|
||||
cargo hack --all --feature-powerset --at-least-one-of rustls-tls,native-tls --mutually-exclusive-features rustls-tls,native-tls --mutually-exclusive-features rustls-tls,static-link-openssl --skip default-no-clipboard,stable,mimalloc check
|
||||
- name: Build all crates
|
||||
run: cargo hack --all build --clean-per-run
|
||||
# Don't build fully for now as it will run out of disk space
|
||||
# - name: Build all crates
|
||||
# run: cargo hack --all build --clean-per-run
|
||||
|
||||
- name: Check for clean repo
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user