summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lagnese2024-03-13 23:51:52 -0700
committerTim Lagnese2024-03-13 23:51:52 -0700
commit8d83a318903574e320a277ae25935e52fc77e4b9 (patch)
treec8f2bde221536b3991aae5286c04bad04fccd0b9
parentc50bb076a78787321e7b761cdf73be7f0f1452f5 (diff)
downloadaur-8d83a318903574e320a277ae25935e52fc77e4b9.tar.gz
Remove bootstrap debug symbols in .build.yml
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 91d43dd3500f..695205f5f2aa 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,7 +13,7 @@ tasks:
git clone https://aur.archlinux.org/gprbuild.git
cd gprbuild
makepkg
- yay -R --noconfirm gprbuild-bootstrap
+ yay -R --noconfirm gprbuild-bootstrap gprbuild-bootstrap-debug
makepkg -i --noconfirm
- build: |
cd aur-alire