Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

sudo: sorry, you are not allowed to set the following environment variables
*Created by: krathalan* I have been running makechrootpkg as an unprivileged non-sudo-enabled user for a long time with the following `/etc/sudoers` snippet: ``` builder ALL=(ALL) NOPASSWD:/usr/bin/makechrootpkg ``` After installing the `20211129-1` devtools package, I now get the following error running `makechrootpkg`: ``` sudo: sorry, you are not allowed to set the following environment variables: BUILDTOOL, BUILDTOOLVER ``` Here is the full `bash -x makechrootpkg` output: https://gist.github.com/krathalan/d5103a058c210b672241ad874987860e
issue