Skip to content

Commit 177ddf2

Browse files
committed
Do not generate debug packages
1 parent d28587d commit 177ddf2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
pacman-key --populate archlinux
3535
mkdir -p /etc/gnupg && echo "auto-key-retrieve" >> /etc/gnupg/gpg.conf
3636
echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf
37+
- name: Disable generation of debug packages
38+
run: sed -i '/BUILDENV/s/ debug/ !debug/g' /etc/makepkg.conf
3739
- name: Generate .SRCINFO
3840
run: |
3941
su build bash -c "cd /home/build/mesa && makepkg --printsrcinfo > /home/build/mesa/.SRCINFO"

0 commit comments

Comments
 (0)