1 Commits

Author SHA1 Message Date
2c9dc10f99 debug a thing
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 21s
Gentoo Utils / test (push) Failing after 4s
2025-12-12 21:34:16 -06:00

View File

@@ -94,10 +94,12 @@ jobs:
- name: build and check - name: build and check
run: | run: |
echo $PATH
echo $USER echo $USER
echo "CC=$CC" echo "CC=$CC"
echo "CXX=$CXX" echo "CXX=$CXX"
source /etc/profile source /etc/profile
echo $PATH
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build meson compile -C build