diff --git a/.envrc b/.envrc index de09571..488f293 100644 --- a/.envrc +++ b/.envrc @@ -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 diff --git a/dbt-rise-core b/dbt-rise-core index 5c453ee..b725ff3 160000 --- a/dbt-rise-core +++ b/dbt-rise-core @@ -1 +1 @@ -Subproject commit 5c453eee2a093a277c77f4d840535a9e63e34023 +Subproject commit b725ff307be15ae274b5b4e97bcb73856212b1b4 diff --git a/scc b/scc index 1925a6e..59d07fb 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit 1925a6e69d0efea9da739a0b32bd623baaf54988 +Subproject commit 59d07fbc6678f5676dc508925ed1982007e350f1