Skip to content

CI: Try nuking the llvm-project history to free up some space #1

CI: Try nuking the llvm-project history to free up some space

CI: Try nuking the llvm-project history to free up some space #1

Workflow file for this run

name: Arch Linux amdvlk-opt CI
on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- uses: actions/checkout@v2
- name: Compile
run: |
echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
pacman -Syu --noconfirm base-devel git sudo
useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
chown user -R ..
chown user -R /tmp
touch ci
su user -c "yes ''|PKGDEST=/tmp/amdvlk-opt makepkg --noconfirm -s"
- name: Archive the artifacts
uses: actions/upload-artifact@v2
with:
name: amdvlk-opt
path: /tmp/amdvlk-opt