Searched full:run (Results 1 – 25 of 98) sorted by relevance
1234
/picolibc-3.7.0-3.6.0/.github/workflows/ |
D | linux.yml | 85 run: | 94 run: | 109 run: | 110 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c… 145 run: | 154 run: | 169 run: | 170 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c… 205 run: | 214 run: | [all …]
|
D | zephyr.yml | 91 run: | 100 run: | 115 run: | 116 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c… 151 run: | 160 run: | 175 run: | 176 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
|
/picolibc-3.7.0-3.6.0/scripts/ |
D | cross-m68k-linux-gnu.txt | 8 # only needed to run tests 9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
|
D | cross-m68k-unknown-elf.txt | 8 # only needed to run tests 9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
|
D | cross-aarch64-zephyr-elf.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
|
D | cross-mips-zephyr-elf.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-mips "$@"', 'run-mips']
|
D | cross-riscv64-zephyr-elf.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-rv32imac.txt | 7 # only needed to run tests 8 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-rv32imac_zicsr.txt | 7 # only needed to run tests 8 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-arc-zephyr-elf.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arc "$@"', 'run-arc']
|
D | cross-cortex-a9-none-eabi.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
|
D | cross-riscv64-unknown-elf.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-aarch64-linux-gnu.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
|
D | cross-nios2-zephyr-elf.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-nios2 "$@"', 'run-nios2']
|
D | cross-thumbv8_1m-none-eabi.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
|
D | cross-thumbv8m_main_fp-none-eabi.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
|
D | cross-i686-linux-gnu.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-i386 "$@"', 'run-i386']
|
D | cross-x86-linux-gnu.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86 "$@"', 'run-x86']
|
D | cross-x86_64-linux-gnu.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86_64 "$@"', 'run-x86_64']
|
D | cross-x86_64-zephyr-elf.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-i386 "$@"', 'run-i386']
|
D | cross-arm-none-eabi.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
|
D | cross-arm-zephyr-eabi.txt | 11 # only needed to run tests 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
|
D | cross-clang-rv32imafdc-unknown-elf.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-clang-riscv64-unknown-elf.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-clang-thumbv6m-none-eabi.txt | 12 # only needed to run tests 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
|
1234