build: support CentOS Stream 9

Change-Id: I8864a856b4f777110cea37528d963e9eb77ed973
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index a287116..d3b16f9 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -42,4 +42,8 @@
             pip3 install --user --upgrade --upgrade-strategy=eager sphinx sphinxcontrib-doxylink
             ;;
     esac
+
+elif has CentOS $NODE_LABELS; then
+    sudo dnf -y install gcc-c++ libasan pkgconf-pkg-config python3 \
+                        boost-devel openssl-devel sqlite-devel
 fi