Avoid using AUTO settings in CI builds
authorErik Lindahl <erik.lindahl@gmail.com>
Tue, 9 Jun 2020 19:46:08 +0000 (21:46 +0200)
committerErik Lindahl <erik.lindahl@gmail.com>
Tue, 9 Jun 2020 19:46:08 +0000 (21:46 +0200)
commit983ff0c43f8e4085014a38243a4b1cb23d44a8a4
treeeb97ff6801e3c9ae3cae1d3bee0113d1666bfd16
parent8abef6689a50c4ce57b31866e0c32328b372bab4
Avoid using AUTO settings in CI builds

AUTO settings e.g. for SIMD will change the build
configuration depending on the underlying hardware
the container happens to run on, which makes the
builds non-reproducible in case of problems.

This changes the two AUTO builds to use AVX2
instead, which should realistically be present on
any modern hardware where gitlab CI tests run.
admin/gitlab-ci/gromacs.gitlab-ci.yml