3 Commits

Author SHA1 Message Date
9f21410a4f blah4
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 9s
Gentoo Utils / build (push) Failing after 4s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Failing after 3s
Gentoo Utils / docs (push) Failing after 3s
Gentoo Utils / grep (push) Successful in 2s
2025-12-21 08:30:08 +00:00
a3cb678269 blah3
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 7m42s
Gentoo Utils / build (push) Failing after 4s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Failing after 3s
Gentoo Utils / docs (push) Failing after 3s
Gentoo Utils / grep (push) Successful in 2s
2025-12-21 08:18:16 +00:00
9c24bae3f5 blah2
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 4m55s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
2025-12-21 08:12:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ COPY etc/portage/repos.conf /etc/portage/
RUN mkdir -p /var/cache/distfiles/git3-src && chown portage:portage /var/cache/distfiles/git3-src
RUN emerge =dev-build/meson-9999::spawns
RUN EGIT_COMMIT=049ca1b6d5a5add57b592c60c4ccd33c67ba1941 USE=verify-sig emerge =dev-build/meson-9999::spawns
RUN useradd -m gentooligan

View File

@@ -102,7 +102,7 @@ jobs:
- name: build and check
run: |
sha1sum /usr/lib/python3.13/site-packages/mesonbuild/cargo/interpreter.py
cat /usr/lib/python3.13/site-packages/mesonbuild/cargo/interpreter.py
sha1sum /usr/lib/python3.13/site-packages/mesonbuild/modules/rust.py
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build