You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use minimum supported python3.10 and gcc-11, see doc/dependencies.md
12
-
export PACKAGES="gcc-11 g++-11 python3-zmq"
13
-
export DEP_OPTS="CC=gcc-11 CXX=g++-11"
11
+
# Use minimum supported python3.10 and gcc-12, see doc/dependencies.md
12
+
export PACKAGES="gcc-12 g++-12 python3-zmq"
13
+
export DEP_OPTS="CC=gcc-12 CXX=g++-12"
14
14
export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude feature_dbcrash"# Run extended tests so that coverage does not fail, but exclude the very slow dbcrash
0 commit comments