Skip to content

Commit

Permalink
Removed regular PKGBUILD (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider authored Aug 4, 2024
1 parent 8ea8569 commit 86fdd16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
PKGBUILD-build:
container: archlinux:base-devel
runs-on: ubuntu-latest
strategy:
matrix:
version: [PKGBUILD, PKGBUILD-git]
steps:
- name: Install packages
run: |
Expand All @@ -38,13 +35,12 @@ jobs:
- name: Check out sources
uses: actions/checkout@v3

- name: Test ${{ matrix.version }}
- name: Test PKGBUILD
run: |
file="${{ matrix.version }}"
build_dir="/tmp/$file/"
build_dir="/tmp/PKGBUILD-git/"
cd build-scripts
mkdir $build_dir
cp ./$file $build_dir/PKGBUILD
cp ./PKGBUILD-git $build_dir/PKGBUILD
cd $build_dir
sudo chown builduser $build_dir
sudo -H -u builduser bash -c 'makepkg -s --noconfirm'
31 changes: 0 additions & 31 deletions build-scripts/PKGBUILD

This file was deleted.

0 comments on commit 86fdd16

Please sign in to comment.