Searched +full:fail +full:- +full:on +full:- +full:cache +full:- +full:miss (Results 1 – 3 of 3) sorted by relevance
3 on:6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true22 IMAGE_FILE: dockerimg-linux.tar.zst23 IMAGE: picolibc-linux24 PACKAGES_FILE: picolibc/.github/linux-packages.txt25 EXTRA_FILE: picolibc/.github/linux-files.txt28 cache-maker:[all …]
3 on:6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # .github/do-zephyr --buildtype release19 # is the largest cache, 429.5M (September 2023).22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr23 IMAGE_FILE: dockerimg-zephyr.tar.zst25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt[all …]
2 - name: Clone picolibc7 - name: Restore the Docker Image8 uses: actions/cache@v411 … key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.DOCKERFILE, env.PACKAGES_FILE, env.EXTRA_FILE ) }}12 fail-on-cache-miss: true14 - name: Load and Check the Docker Image16 docker load -i $IMAGE_FILE17 docker images -a $IMAGE22 - name: install ccache23 if: matrix.test == './.github/do-zephyr'[all …]