mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 14:29:46 +00:00
Configure Unreal with --with-system-argon2
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.
This commit is contained in:
@ -19,6 +19,10 @@ SHOWLISTMODES="1"
|
||||
NOOPEROVERRIDE=""
|
||||
OPEROVERRIDEVERIFY=""
|
||||
GENCERTIFICATE="1"
|
||||
EXTRAPARA=""
|
||||
|
||||
# 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=""
|
||||
|
||||
|
Reference in New Issue
Block a user