Skip to content
Snippets Groups Projects
Commit aefc9fc5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update CI scripts on Daint: use custom installation of Automake 1.16.1.

parent d1cf42e4
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,11 @@ switch_for_module ()
#
init_env ()
{
:
AUTOMAKE_ROOT='/project/d56/libcdi-ci-sw/gcc-10.1.0-haswell/automake-1.16.1-o2z5zyt'
LIBTOOL_ROOT='/usr'
export PATH="${AUTOMAKE_ROOT}/bin:${PATH-}"
export ACLOCAL_PATH="${LIBTOOL_ROOT}/share/aclocal:${ACLOCAL_PATH-}"
}
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment