1 Commits

Author SHA1 Message Date
ac6d24df85 test cache
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 1m14s
Gentoo Utils / grep (push) Successful in 13s
Gentoo Utils / build (push) Successful in 30s
Gentoo Utils / docs (push) Successful in 18s
Gentoo Utils / check-format (push) Successful in 56s
Gentoo Utils / test (push) Successful in 1m19s
Gentoo Utils / fuzz (push) Successful in 1m21s
2025-12-27 13:19:50 -06:00

View File

@@ -92,7 +92,7 @@ jobs:
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Restore Git Cache
uses: actions/cache/restore@v5
uses: actions/cache@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
@@ -126,7 +126,7 @@ jobs:
steps:
- name: Restore git cache
uses: actions/cache/restore@v5
uses: actions/cache@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
@@ -135,7 +135,7 @@ jobs:
uses: actions/checkout@v6
- name: Restore build cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v4
with:
path: |
subprojects
@@ -159,7 +159,7 @@ jobs:
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Restore Git Cache
uses: actions/cache/restore@v5
uses: actions/cache@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
@@ -168,7 +168,7 @@ jobs:
uses: actions/checkout@v6
- name: Restore Build Cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v4
with:
path: |
subprojects
@@ -200,7 +200,7 @@ jobs:
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Restore Git Cache
uses: actions/cache/restore@v5
uses: actions/cache@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
@@ -209,7 +209,7 @@ jobs:
uses: actions/checkout@v6
- name: Restore Build Cache
uses: actions/cache/restore@v5
uses: actions/cache/restore@v4
with:
path: |
subprojects
@@ -229,7 +229,7 @@ jobs:
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Restore Git Cache
uses: actions/cache/restore@v5
uses: actions/cache@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
@@ -237,14 +237,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
- name: Restore Build Cache
uses: actions/cache/restore@v5
with:
path: |
subprojects
build
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }}
- name: Build Documentation
run: |
meson setup -Ddocs=enabled docs
@@ -256,12 +248,6 @@ jobs:
container:
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Restore Git Cache
uses: actions/cache/restore@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
- name: Checkout repo
uses: actions/checkout@v6