CI/CD: Remove .mozbuild caching

This commit is contained in:
daijro 2024-09-30 03:01:19 -05:00
parent 7598704d79
commit b371928d43

View file

@ -79,22 +79,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y msitools p7zip-full aria2
- name: Restore .mozbuild cache
uses: actions/cache/restore@v3
with:
path: ~/.mozbuild
key: mozbuild-${{ matrix.target }}
- name: Setup and bootstrap
run: |
make setup-minimal
make mozbootstrap
mkdir -p dist
- name: List .mozbuild contents
run: |
ls -R ~/.mozbuild
- name: Create swap space
run: |
sudo fallocate -l 16G /swapfile