From c4324b8a0c373eaeaee5156990f4d85a5f11c186 Mon Sep 17 00:00:00 2001 From: Simone Manoni Date: Mon, 3 Nov 2025 16:33:58 +0100 Subject: [PATCH] update Makefile for CI Debug CI, avoid coloring term dumb on gitlab ci update .gitlab-ci update ci --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7fc240..0d9edb6 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,8 @@ gen: update-serial-link # Custom serial link update-serial-link: $(ROOT_DIR)/hw/serial_link.hjson cp $< $(CPULP_SLINK_DIR)/src/regs/serial_link.hjson - $(MAKE) -C $(CPULP_SLINK_DIR) update-regs BENDER="$(BENDER)" + export TERM=dumb + $(MAKE) -C $(CPULP_SLINK_DIR) update-regs BENDER="$(BENDER)" | tr -d '\033' .PHONY: gen-with-vip ## (Re)generate file lists and compilation scripts including all VIPs.