build: remove configure for prebuild.

This commit is contained in:
Alexandre Pujol 2023-04-19 18:53:54 +01:00
parent ec733d30ac
commit 5af9bab04b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 4 additions and 281 deletions

View file

@ -23,7 +23,7 @@ bash:
image: koalaman/shellcheck-alpine
script:
- shellcheck --shell=bash
PKGBUILD configure dists/build.sh
PKGBUILD dists/build.sh
tests/packer/src/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh
debian/apparmor.d.postinst debian/apparmor.d.postrm
@ -129,8 +129,7 @@ preprocess-opensuse:
stage: preprocess
image: opensuse/tumbleweed
script:
- zypper install -y apparmor-profiles go git rsync lsb-release util-linux findutils make
- ./configure --complain
- zypper install -y apparmor-profiles go git rsync util-linux findutils make
- make
- make install
- apparmor_parser --preprocess /etc/apparmor.d 1> /dev/null