ci: build: remove debugging echos
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 17s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / docs (push) Successful in 14s
Gentoo Utils / build (push) Successful in 25s
Gentoo Utils / test (push) Successful in 36s
Gentoo Utils / fuzz (push) Failing after 48s

ci: build: remove redundant source
This commit is contained in:
2025-12-13 20:29:13 -06:00
parent 7b67ec9e97
commit 09bfe6a99b

View File

@@ -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