Home
last modified time | relevance | path

Searched +full:fail +full:- +full:on +full:- +full:cache +full:- +full:miss (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/.github/workflows/
Dlinux.yml3 on:
6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
25 EXTRA_FILE: picolibc/.github/linux-files.txt
28 cache-maker:
[all …]
Dzephyr.yml3 on:
6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # .github/do-zephyr --buildtype release
19 # is the largest cache, 429.5M (September 2023).
22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr
23 IMAGE_FILE: dockerimg-zephyr.tar.zst
25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt
[all …]
Dsteps-head2 - name: Clone picolibc
7 - name: Restore the Docker Image
8 uses: actions/cache@v4
11 … key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.DOCKERFILE, env.PACKAGES_FILE, env.EXTRA_FILE ) }}
12 fail-on-cache-miss: true
14 - name: Load and Check the Docker Image
16 docker load -i $IMAGE_FILE
17 docker images -a $IMAGE
22 - name: install ccache
23 if: matrix.test == './.github/do-zephyr'
[all …]