Searched +full:- +full:- +full:strip +full:- +full:components (Results 1 – 4 of 4) sorted by relevance
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:29 runs-on: ubuntu-latest[all …]
2 - name: Clone picolibc7 - name: Restore the Docker Image11 … 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'25 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz[all …]
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # .github/do-zephyr --buildtype release22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr23 IMAGE_FILE: dockerimg-zephyr.tar.zst25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt26 EXTRA_FILE: picolibc/.github/zephyr-files.txt29 cache-maker:[all …]
4 COPY .github/zephyr-packages.txt /6 COPY .github/zephyr-files.txt /8 COPY .github/zephyr-setup /10 RUN apt-get update && \11 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \12 (apt-get update || apt-get update || apt-get update) && \13 (apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y) && \14 (xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \15 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \16 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \[all …]