Searched +full:do +full:- +full:cmake +full:- +full:linux (Results 1 – 5 of 5) sorted by relevance
1 name: Linux6 - main9 - main12 # do not define head_ref, so use run_id to never cancel those jobs.14 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.txt[all …]
2 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=RelWithDebInfo",3 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=MinSizeRel",
5 for build in cmake; do6 for arch in linux; do7 echo " $build-$arch:"8 cat variants-$build9 cat targets-$build-$arch10 cat steps-head11 cat steps-$build15 for build in minsize release; do16 for arch in linux; do17 echo " $build-$arch:"[all …]
2 Copyright © 2018-2023 Keith Packard7 [AVR Libc](https://www.nongnu.org/avr-libc/).11 * 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)[all …]
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/2 Upstream-Name: picolibc3 Upsream-Contact: Keith Packard <keithp@keithp.com>6 License: BSD3-110 License: Default-113 Copyright: 2019-2022 Keith Packard14 License: BSD3-118 License: BSD3-121 Copyright: 2022 R. Diez - Licensed under the GNU AGPLv322 License: AGPL3-1[all …]