test
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / check-format (push) Failing after 12s
Gentoo Utils / docs (push) Successful in 15s
Gentoo Utils / build (push) Successful in 29s
Gentoo Utils / test (push) Failing after 7s

This commit is contained in:
2025-12-12 17:35:29 -06:00
parent ac679661bf
commit 314c761e6b

View File

@@ -77,8 +77,10 @@ jobs:
- name: build and check - name: build and check
run: | run: |
echo $USER
echo "CC=$CC" echo "CC=$CC"
echo "CXX=$CXX" echo "CXX=$CXX"
source /etc/profile
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