updates submodules

This commit is contained in:
2024-07-05 07:42:26 +02:00
parent 6dbce5cb23
commit 97b52b9e05
3 changed files with 4 additions and 2 deletions

2
.envrc
View File

@ -3,6 +3,8 @@ distro=`/bin/lsb_release -i -s`
if [ $distro == "CentOS" ]; then
. /opt/rh/devtoolset-8/enable
. /opt/rh/rh-python38/enable
elif [ $distro == "Rocky" ]; then
. /opt/rh/gcc-toolset-11/enable
fi
layout python3
[ -f .envrc.$USER ] && . .envrc.$USER

2
scc

Submodule scc updated: 1925a6e69d...59d07fbc66