1 Commits

Author SHA1 Message Date
58307d460f fix cache
All checks were successful
Gentoo Utils / grep (push) Successful in 5s
Gentoo Utils / build (push) Successful in 23s
Gentoo Utils / build-oci-image (push) Successful in 21s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / docs (push) Successful in 16s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / fuzz (push) Successful in 1m18s
2025-12-27 13:42:45 -06:00

View File

@@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Build Cache Setup - name: Build Cache Setup
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
subprojects subprojects
@@ -128,7 +128,7 @@ jobs:
path: | path: |
subprojects subprojects
build build
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }} key: build-${{ gitea.repository }}-${{ gitea.sha }}
- name: test - name: test
run: | run: |
@@ -155,7 +155,7 @@ jobs:
path: | path: |
subprojects subprojects
build build
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }} key: build-${{ gitea.repository }}-${{ gitea.sha }}
# FIXME: Get rid of this step when portage has fixes merged? # FIXME: Get rid of this step when portage has fixes merged?
# needed because portage has fixes upstream we need that arent stable yet # needed because portage has fixes upstream we need that arent stable yet
- name: Checkout tip of portage - name: Checkout tip of portage
@@ -190,7 +190,7 @@ jobs:
path: | path: |
subprojects subprojects
build build
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }} key: build-${{ gitea.repository }}-${{ gitea.sha }}
- name: Check Formatting - name: Check Formatting
run: | run: |
@@ -213,7 +213,7 @@ jobs:
path: | path: |
subprojects subprojects
build build
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }} key: build-${{ gitea.repository }}-${{ gitea.sha }}
- name: Build Documentation - name: Build Documentation
run: | run: |