From ca109981339c84de8e8b34bc351aee69d2cc851c Mon Sep 17 00:00:00 2001 From: Daniel Keller Date: Mon, 17 Aug 2026 15:39:23 +0200 Subject: [PATCH] ci: Stop pinning the internal CI to the common-cells-v2 nonfree branch The pin predates #80 and the per-id tracer split, so the child pipeline compiled a coverage bind with the old channel-coupler ports, an UVM top including the removed idma/tracer.svh, and no elaborate_all.tcl. Drop it and take the idma.mk default of deploy. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77419b5b..6820f1c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,6 @@ # Authors: # - Thomas Benz -variables: - IDMA_NONFREE_COMMIT: common-cells-v2 - default: interruptible: true hooks: