summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorpenguin <penguin@epenguin.net>2025-12-13 20:29:13 -0600
committerpenguin <penguin@epenguin.net>2025-12-14 21:40:50 -0600
commiteac300343d0b0a9400b774e8e583df0e23662b4d (patch)
tree659ab301707f9ee60469dcfbd8fb2af430e965c0 /.gitea/workflows
parent4c1f1bcb0ebd06bbbf920a9657dcd59f39f6cdde (diff)
downloadgentoo-utils-eac300343d0b0a9400b774e8e583df0e23662b4d.tar.gz
ci: build: remove debugging echos
ci: build: remove redundant source
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/gentoo-utils.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml
index 0cc5ca2..056daa6 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