Searched +full:ccache +full:- (Results 1 – 11 of 11) sorted by relevance
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # CCache is disabled for the Linux jobs for now.22 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 …]
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # .github/do-zephyr --buildtype release21 CCACHE_CMD: ccache22 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 …]
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 $IMAGE19 # The docker image contains ccache, but the ccache action uses the ccache20 # outside docker for statistics, so install the same ccache version.21 # Install in /usr/bin so the ccache action gets the expected environment.[all …]
1 - name: Minsize test3 …-v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAG…
1 - name: Release test3 …-v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $IMAG…
1 - name: CMake test3 …run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.ccache $…
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 …]
2 # SPDX-License-Identifier: BSD-3-Clause49 find_program(CCACHE_PROGRAM ccache)51 message(STATUS "Using ccache: ${CCACHE_PROGRAM}")81 # Use atomics for fgetc/ungetc for re-entrancy128 set(TLS_MODEL "local-exec")206 # Compiler has support for flag to prevent mis-optimizing memcpy/memset patterns371 option(_MB_CAPABLE "Enable multi-byte support" OFF)417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF)458 # Obsoleted. Define time_t to long instead of using a 64-bit type511 CHECK_INCLUDE_FILE(xtensa/config/core-isa.h _XTENSA_HAVE_CONFIG_CORE_ISA_H)[all …]
2 Copyright © 2018-2023 Keith Packard7 [AVR Libc](https://www.nongnu.org/avr-libc/).19 from Newlib, none of the GPL-related bits used to build the library20 are left in the repository, so all of the source code uses BSD-like21 licenses, a mixture of 2- and 3- clause BSD itself and a variety of24 There are two files used for testing printf, test/printf-tests.c and32 license information in the Debian standard machine-readable format. It33 was generated using the make-copyrights and find-copyright41 * ARC (32- and 64- bit)42 * ARM (32- and 64- bit)[all …]