Remove extra debugging in install.yml

This commit is contained in:
Jordan Carlin 2025-06-02 02:20:57 -07:00
parent 62b6f046d5
commit 27751fc45e
No known key found for this signature in database

View file

@ -151,18 +151,10 @@ jobs:
with:
name: installation-logs-${{ matrix.name }}
path: ${{ env.RISCV }}/logs/
- name: Upload Buildroot Artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: buildroot-artifacts-${{ matrix.name }}
path: ${{ github.workspace }}/buildroot/output/images/
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
# Logs have already been uploaded so they can be removed
- name: Clean up installation
if: always()
run: |
df -h
rm -rf $RISCV/buildroot/ || sudo rm -rf $RISCV/buildroot/
rm -rf $RISCV/logs || sudo rm -rf $RISCV/logs
df -h