From 88ab4a25f2f1817939bbc027df95037787b618e2 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Mon, 4 Jan 2021 09:21:35 +0100 Subject: CI test with 12.2 --- config_simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_simple.sh') diff --git a/config_simple.sh b/config_simple.sh index e2d3844c..e164dc99 100755 --- a/config_simple.sh +++ b/config_simple.sh @@ -5,7 +5,7 @@ branch=`git rev-parse --abbrev-ref HEAD` date=`date -I` if test "x$CCOMP_INSTALL_PREFIX" = "x" ; -then CCOMP_INSTALL_PREFIX=/opt/CompCert ; +then CCOMP_INSTALL_PREFIX=/home/gourdinl/Work/VERIMAG/CompCert ; fi ./configure --prefix ${CCOMP_INSTALL_PREFIX}/${branch}/${date}_${version}/$arch "$@" $arch -- cgit