From a0e56c41e59b1328800fd524db522f639850d213 Mon Sep 17 00:00:00 2001 From: shilongliu Date: Mon, 25 Mar 2024 15:33:52 +0800 Subject: [PATCH] test --- slave.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/slave.mk b/slave.mk index 73088e945b..9f2ee79e1e 100644 --- a/slave.mk +++ b/slave.mk @@ -1555,6 +1555,7 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \ export RFS_SPLIT_FIRST_STAGE=n export RFS_SPLIT_LAST_STAGE=y + ( for ((i=1; i<=360; i++)); do date -Is >> target/sonic-vs.img.gz.log; sleep 10; done ) & # Build images for the MACHINE, DEPENDENT_MACHINE defined. $(foreach dep_machine, $($*_MACHINE) $($*_DEPENDENT_MACHINE), \