Home
last modified time | relevance | path

Searched full:image (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/.github/workflows/
Dlinux.yml23 IMAGE: picolibc-linux
36 - name: Cache the Docker Image
54 tags: ${{ env.IMAGE }}:latest
77 - name: Restore the Docker Image
84 - name: Load and Check the Docker Image
87 docker images -a $IMAGE
89 # The docker image contains ccache, but the ccache action uses the ccache
110 …olibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash --login -c "$…
137 - name: Restore the Docker Image
144 - name: Load and Check the Docker Image
[all …]
Dzephyr.yml24 IMAGE: picolibc
37 - name: Cache the Docker Image
55 tags: ${{ env.IMAGE }}:latest
83 - name: Restore the Docker Image
90 - name: Load and Check the Docker Image
93 docker images -a $IMAGE
95 # The docker image contains ccache, but the ccache action uses the ccache
116 …olibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash --login -c "$…
143 - name: Restore the Docker Image
150 - name: Load and Check the Docker Image
[all …]
Dsteps-head7 - name: Restore the Docker Image
14 - name: Load and Check the Docker Image
17 docker images -a $IMAGE
19 # The docker image contains ccache, but the ccache action uses the ccache
Dhead23 IMAGE: picolibc-linux
36 - name: Cache the Docker Image
54 tags: ${{ env.IMAGE }}:latest
Dhead-zephyr24 IMAGE: picolibc
37 - name: Cache the Docker Image
55 tags: ${{ env.IMAGE }}:latest
Dsteps-cmake3 …olibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash --login -c "$…
Dsteps-minsize3 …olibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash --login -c "$…
Dsteps-release3 …olibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAGE bash --login -c "$…
/picolibc-latest/doc/
Dinit.md48 into memory (probably flash as it doesn't change) so that the image
Dpicolibc.svg50 <dc:format>image/svg+xml</dc:format>
/picolibc-latest/newlib/libc/string/
Duniset170 my $image = 0;
233 $image = 1;
493 print "<TD><img width=32 height=32 src=\"$gif\">" if $image;
/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c119 /* EAR entry for the starting address of SPE executable image. */
/picolibc-latest/
DREADME.md736 2. Speed up github actions by sharing Debian docker image (thanks to
/picolibc-latest/newlib/
DChangeLog-201525053 * libc/sys/win32/spawn.c (spawnvp): Pass `prog' as image name.