5 Commits

Author SHA1 Message Date
cb2ef59724 test shell
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 11s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / check-format (push) Successful in 39s
Gentoo Utils / test (push) Successful in 39s
2025-12-12 22:32:33 -06:00
32aa830a01 trying to fix again
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 4m3s
Gentoo Utils / check-format (push) Successful in 16s
Gentoo Utils / docs (push) Successful in 18s
Gentoo Utils / build (push) Successful in 30s
Gentoo Utils / test (push) Failing after 2s
2025-12-12 22:13:59 -06:00
0e3d8c1a30 check meson formatting 2025-12-12 21:55:31 -06:00
e9a3916ca0 maybe fix entrypoint?
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 5m1s
Gentoo Utils / check-format (push) Successful in 11s
Gentoo Utils / docs (push) Successful in 14s
Gentoo Utils / build (push) Successful in 24s
Gentoo Utils / test (push) Failing after 4s
2025-12-12 21:51:50 -06:00
f996179738 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
2025-12-12 21:36:48 -06:00
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", "-c", "/entrypoint.sh"]

View File

@@ -97,10 +97,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