Skip to content

Commit

Permalink
CI: Try nuking the llvm-project history to free up some space
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Feb 20, 2024
1 parent aa5659b commit d4e7aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
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
Expand Down
3 changes: 3 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ prepare() {
done

patch -Np1 -i cstdint.patch
if [ -e ./ci ]; then
( cd ${srcdir}/llvm-project && rm -rf .git )
fi
}

build() {
Expand Down

0 comments on commit d4e7aed

Please sign in to comment.