build: remove configure for prebuild.
This commit is contained in:
parent
ec733d30ac
commit
5af9bab04b
5 changed files with 4 additions and 281 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue