build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-01 20:50:18 +02:00
parent 9c3d3951f2
commit e59b1212d4

View File

@ -5,7 +5,7 @@
# See /LICENSE for more information.
#
name: Buildroot Arc
name: Buildroot Arc-V
on:
workflow_dispatch:
@ -23,24 +23,21 @@ jobs:
with:
lfs: 'true'
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
- name: Install Dependencies
run: |
git config --global user.email "info@auxxxilium.tech"
git config --global user.name "AuxXxilium"
sudo timedatectl set-timezone "Europe/Berlin"
# Clean up disk space
docker rmi $(docker images -q)
sudo apt update
sudo apt -y purge azure-cli* docker* llvm* google* dotnet* powershell* sphinxsearch* mysql* php*
sudo apt -y full-upgrade
sudo apt update
sudo apt install -y jq gawk cpio gettext libelf-dev qemu-utils
sudo snap install yq
df -h
- name: Build Buildroot
run: |
git clone https://oauth2:${{ secrets.ACTION }}@github.com/AuxXxilium/arc-v-build.git