debug a thing
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 5m8s
Gentoo Utils / check-format (push) Successful in 11s
Gentoo Utils / docs (push) Successful in 15s
Gentoo Utils / build (push) Successful in 25s
Gentoo Utils / test (push) Failing after 5s

This commit is contained in:
2025-12-12 21:34:16 -06:00
parent be723914e0
commit f996179738
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,4 @@ USER gentooligan
WORKDIR /workspace
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/bash"]
CMD ["/bin/bash", "-l"]

View File

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