mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 18:22:03 -08:00
CI/CD: Remove .mozbuild caching
This commit is contained in:
parent
7598704d79
commit
b371928d43
1 changed files with 0 additions and 10 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -79,22 +79,12 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y msitools p7zip-full aria2
|
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
|
- name: Setup and bootstrap
|
||||||
run: |
|
run: |
|
||||||
make setup-minimal
|
make setup-minimal
|
||||||
make mozbootstrap
|
make mozbootstrap
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
|
|
||||||
- name: List .mozbuild contents
|
|
||||||
run: |
|
|
||||||
ls -R ~/.mozbuild
|
|
||||||
|
|
||||||
- name: Create swap space
|
- name: Create swap space
|
||||||
run: |
|
run: |
|
||||||
sudo fallocate -l 16G /swapfile
|
sudo fallocate -l 16G /swapfile
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue