mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
23c8920625
* chore: Always update nspr & nss* * feat: use cache mounts to speed up builds Signed-off-by: m2Giles <69128853+m2Giles@users.noreply.github.com> * change mount paths * handle /var/tmp * var-tmp for nvidia --------- Signed-off-by: m2Giles <69128853+m2Giles@users.noreply.github.com>
9 lines
129 B
Bash
Executable File
9 lines
129 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -eoux pipefail
|
|
shopt -s extglob
|
|
|
|
rm -rf /tmp/* || true
|
|
rm -rf /var/!(cache)
|
|
rm -rf /var/cache/!(rpm-ostree)
|