aboutsummaryrefslogtreecommitdiffstats
path: root/config_simple.sh
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-04 09:21:35 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-04 09:21:35 +0100
commit88ab4a25f2f1817939bbc027df95037787b618e2 (patch)
treec116eeb18acca4ebf244b14ada1e03b5a35b37dd /config_simple.sh
parentb74f67544239f020ca02c527b6fc1abc137eea2d (diff)
downloadcompcert-kvx-88ab4a25f2f1817939bbc027df95037787b618e2.tar.gz
compcert-kvx-88ab4a25f2f1817939bbc027df95037787b618e2.zip
CI test with 12.2
Diffstat (limited to 'config_simple.sh')
-rwxr-xr-xconfig_simple.sh2
1 files changed, 1 insertions, 1 deletions
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