Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 98) sorted by relevance

1234

/picolibc-3.7.0-3.6.0/.github/workflows/
Dlinux.yml85 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 …]
Dzephyr.yml91 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/
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-aarch64-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
Dcross-mips-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-mips "$@"', 'run-mips']
Dcross-riscv64-zephyr-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
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-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-riscv64-unknown-elf.txt11 # only needed to run tests
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
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-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-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-rv32imafdc-unknown-elf.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-clang-riscv64-unknown-elf.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-clang-thumbv6m-none-eabi.txt12 # only needed to run tests
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arm "$@"', 'run-arm']

1234