2 Commits

Author SHA1 Message Date
0be4cd65a7 infra: use login shell by default
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 4m4s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 10s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 29s
this way /etc/profile will be sourced when entering the container
2025-12-12 22:36:51 -06:00
7975e32f56 check meson formatting 2025-12-12 22:36:51 -06:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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