From 09bfe6a99ba95f2fd23c7eab36179087407a1802 Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 13 Dec 2025 20:29:13 -0600 Subject: [PATCH] ci: build: remove debugging echos ci: build: remove redundant source --- .gitea/workflows/gentoo-utils.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index b0b807c..95e4fea 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -98,10 +98,6 @@ jobs: - name: build and check run: | - echo $USER - echo "CC=$CC" - echo "CXX=$CXX" - source /etc/profile meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build meson compile -C build