Searched +full:cache +full:- +full:maker (Results 1 – 6 of 6) 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 …]
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.txt26 EXTRA_FILE: picolibc/.github/zephyr-files.txt[all …]
1 needs: cache-maker2 runs-on: ubuntu-latest8 …-D__IO_FLOAT=y -D_IO_FLOAT_EXACT=n -D_WANT_IO_LONG_LONG=y -D_MB_CAPABLE=y -D_WANT_IO_POS_ARGS=y -D…
1 needs: cache-maker2 runs-on: ubuntu-latest9 …-Dio-float-exact=false -Dio-long-long=true -Dio-percent-b=true -Dio-long-double=true -Dnewlib-obso…10 …"-Dformat-default=integer -Dfreestanding=true -Dposix-io=false -Dnewlib-obsolete-math=true -Dwant-…13 "-Dtinystdio=false",14 …-Dtinystdio=false -Dnewlib-io-float=true -Dio-long-long=true -Dio-long-double=true -Dnewlib-fvwrit…