mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
Our Github Workflow builds and runs on different machines, causing argon2 to be built sometimes with some CPU instructions that the machine running it does not support.
29 lines
760 B
Plaintext
29 lines
760 B
Plaintext
BASEPATH="$HOME/.local/unrealircd"
|
|
BINDIR="$HOME/.local/unrealircd/bin"
|
|
DATADIR="$HOME/.local/unrealircd/data"
|
|
CONFDIR="$HOME/.local/unrealircd/conf"
|
|
MODULESDIR="$HOME/.local/unrealircd/modules"
|
|
LOGDIR="$HOME/.local/unrealircd/logs"
|
|
CACHEDIR="$HOME/.local/unrealircd/cache"
|
|
DOCDIR="$HOME/.local/unrealircd/doc"
|
|
TMPDIR="$HOME/.local/unrealircd/tmp"
|
|
PRIVATELIBDIR="$HOME/.local/unrealircd/lib"
|
|
PREFIXAQ="1"
|
|
MAXCONNECTIONS_REQUEST="auto"
|
|
NICKNAMEHISTORYLENGTH="2000"
|
|
DEFPERM="0600"
|
|
SSLDIR=""
|
|
REMOTEINC=""
|
|
CURLDIR=""
|
|
SHOWLISTMODES="1"
|
|
NOOPEROVERRIDE=""
|
|
OPEROVERRIDEVERIFY=""
|
|
GENCERTIFICATE="1"
|
|
|
|
# Use system argon to avoid getting SIGILLed if the build machine has a more recent
|
|
# CPU than the one running the tests.
|
|
EXTRAPARA="--with-system-argon2"
|
|
|
|
ADVANCED=""
|
|
|