Add jobs for RBT zone- & cache-enabled GCC builds
If we keep RBT around, we should do at least minimal testing.
Note there's a permanent xferquota
failure early in the system test. Something's up with RBT zone handling?
This is QP v. RBT diff of one zone
--- /tmp/zone000111.example.bk 2024-04-30 11:00:42.986634690 +0200
+++ xferquota_tmp_ykm3r3ea/ns2/zone000111.example.bk 2024-04-30 11:01:59.600225000 +0200
@@ -1,5 +1,6 @@
+$ORIGIN .
$TTL 300 ; 5 minutes
-zone000111.example. IN SOA ns1.zone000111.example. . (
+zone000111.example IN SOA ns1.zone000111.example. . (
1 ; serial
300 ; refresh (5 minutes)
120 ; retry (2 minutes)
@@ -8,9 +9,10 @@ zone000111.example. IN SOA ns1.zone00011
)
NS ns1.zone000111.example.
NS ns2.zone000111.example.
-ns1.zone000111.example. A 10.53.0.1
-ns2.zone000111.example. A 10.53.0.2
+$ORIGIN zone000111.example.
+ns1 A 10.53.0.1
+ns2 A 10.53.0.2
MX 10 mail1.isp.example.
MX 20 mail2.isp.example.
-www.zone000111.example. A 10.0.0.1
-xyzzy.zone000111.example. A 10.0.0.2
+www A 10.0.0.1
+xyzzy A 10.0.0.2
Closes #4635 (closed)