Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 53) sorted by relevance

123

/picolibc-3.7.0-3.6.0/scripts/
Dcross-m68k-linux-gnu.txt8 # only needed to run tests
9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
Dcross-m68k-unknown-elf.txt8 # only needed to run tests
9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
Dcross-rv32imac.txt7 # only needed to run tests
8 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-rv32imac_zicsr.txt7 # only needed to run tests
8 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-aarch64-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
Dcross-riscv64-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-arc-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arc "$@"', 'run-arc']
Dcross-cortex-a9-none-eabi.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
Dcross-mips-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-mips "$@"', 'run-mips']
Dcross-aarch64-linux-gnu.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
Dcross-nios2-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-nios2 "$@"', 'run-nios2']
Dcross-thumbv8_1m-none-eabi.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
Dcross-thumbv8m_main_fp-none-eabi.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
Dcross-riscv64-unknown-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-i686-linux-gnu.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-i386 "$@"', 'run-i386']
Dcross-x86-linux-gnu.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86 "$@"', 'run-x86']
Dcross-x86_64-linux-gnu.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86_64 "$@"', 'run-x86_64']
Dcross-x86_64-zephyr-elf.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-i386 "$@"', 'run-i386']
Dcross-clang-rv32imafdc-unknown-elf.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-arm-none-eabi.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
Dcross-arm-zephyr-eabi.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']
Dcross-clang-riscv64-unknown-elf.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
/picolibc-3.7.0-3.6.0/.github/workflows/
Dsteps-cmake2 run: |
3 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
Dsteps-minsize2 run: |
3 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
Dsteps-release2 run: |
3 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…

123