You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linux-firmware-dragonwing — a new package (1.0.0+20260204) that wasn't present in run Update config.txt #5. It's 65.4 MB, and it appeared in the Qualcomm PPA for the first time around 2026-02-04.
qcom-adreno1 was upgraded from 1.808.7 to 1.838.2, which may also be larger.
In total, run #13 fetched 759 MB of packages, which apparently exhausted the runner's disk. The working run #5 didn't install linux-firmware-dragonwing or the libqnn1/libsnpe1 packages at all.
Also worth noting: the GITHUB_TOKEN permissions are dramatically different — run #5 had write on almost everything, run #13 has read only (and "Secret source: None"). This suggests run #13 may be triggered from a fork or an untrusted PR, which wouldn't explain the disk space issue but could matter for other things.
To fix the disk space issue, you likely need to free up disk space before the apt install step. A common approach in GitHub Actions is to add a step early in the job:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qualcomm added some new files, so now we install them. Sadly, it means we run out of space 😢. This fixes that.
We also drop installing the dev version of PV, and default to the latest version.