Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Shaquille Soekhlal 2022-03-28 18:14:16 +02:00
parent b94af35199
commit 5862db8d50

View File

@ -21,5 +21,6 @@ steps:
- useradd --no-create-home --shell=/bin/sh build && usermod -L build - useradd --no-create-home --shell=/bin/sh build && usermod -L build
- echo "build ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers - echo "build ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers
- echo "root ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers - echo "root ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers
- chown build:build $BUILDDIR
- su build - su build
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps - MAKEFLAGS="-j$(nproc)" makepkg --syncdeps