diff --git a/.github/workflows/glibc-eac.yml b/.github/workflows/amdvlk-opt.yml similarity index 97% rename from .github/workflows/glibc-eac.yml rename to .github/workflows/amdvlk-opt.yml index 1193c08..d65942e 100644 --- a/.github/workflows/glibc-eac.yml +++ b/.github/workflows/amdvlk-opt.yml @@ -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 diff --git a/PKGBUILD b/PKGBUILD index cf70dcb..51aaf21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -63,6 +63,9 @@ prepare() { done patch -Np1 -i cstdint.patch + if [ -e ./ci ]; then + ( cd ${srcdir}/llvm-project && rm -rf .git ) + fi } build() {