From 5a65bfb4fcef87605b1a2ccaa7caa032b1ca6539 Mon Sep 17 00:00:00 2001 From: Ameer Hamza Date: Fri, 10 Oct 2025 23:56:45 +0500 Subject: [PATCH] Switch HM nightlies to zfs-2.4 (#940) Signed-off-by: Ameer Hamza --- conf/build.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/build.manifest b/conf/build.manifest index a9ef070..04baf68 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -418,7 +418,7 @@ sources: - name: openzfs repo: https://github.com/truenas/zfs batch_priority: 0 - branch: truenas/zfs-2.3-release + branch: truenas/zfs-2.4-release env: KVERS: "$(shell apt info linux-headers-truenas-production-amd64 | awk '/Source:/ { print $$2}' | sed 's/linux-//')" KSRC: "/usr/src/linux-headers-truenas-production-amd64"