From 4da2d5f0dc44e05849a74ddcf47570ed7eec41d6 Mon Sep 17 00:00:00 2001 From: Jason Harper Date: Tue, 26 Nov 2024 07:56:01 -0800 Subject: [PATCH] pin systat version (#106) --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 1c41a85..2b38801 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -181,6 +181,7 @@ ifeq ("$(wildcard sysstat)","") else cd sysstat && git checkout master && git pull endif + cd sysstat && git checkout v12.7.6 ifeq ("$(wildcard sysstat/Makefile)","") cd sysstat && ./configure endif