Searched refs:run (Results 1 – 9 of 9) sorted by relevance
| /rust-libc-0.2.174/.github/workflows/ |
| H A D | ci.yaml | 18 run: 31 run: ./ci/style.sh 67 run: | 72 run: ./ci/install-rust.sh 84 run: ./ci/verify-build.sh 141 run: | 148 run: ./ci/run.sh ${{ matrix.target }} 151 run: ./ci/run-docker.sh ${{ matrix.target }} 246 run: | 252 run: ./ci/run-docker.sh ${{ matrix.target }} [all …]
|
| H A D | publish_0.2.yml | 24 run: rustup update stable --no-self-update && rustup default stable
|
| /rust-libc-0.2.174/ci/ |
| H A D | run-docker.sh | 29 run() { function 41 docker run \ 75 docker run \ 97 run "${d}" 101 run "$target"
|
| H A D | README.md | 8 `ci` directory how we run CI now. 14 * `run-docker.sh` - a shell script run by most builders, it will execute 15 `run.sh` inside a Docker container configured for the target. 17 * `run.sh` - the actual script which runs tests for a particular architecture. 30 download the right target libs and run tests. Note that the Intel Linux/OSX 31 builds are run on stable/beta/nightly, but are the only ones that do so. 44 and compile/run tests. More information on that below. 97 QEMU is available, and if so mount it, run a script (it'll specifically be 160 sh /mnt/run.sh /mnt 181 4. run installer [all …]
|
| H A D | create-artifacts.py | 33 sp.run(["tar", "czvf", archive_path, "-C", build_dir, "-T-"], input=file_list)
|
| /rust-libc-0.2.174/ci/docker/x86_64-linux-android/ |
| H A D | Dockerfile | 17 # We do not run x86_64-linux-android tests on an android emulator. 18 # See ci/android-sysimage.sh for information about how tests are run.
|
| /rust-libc-0.2.174/ |
| H A D | .cirrus.yml | 33 - LIBC_CI=1 sh ci/run.sh $TARGET 34 - sh ci/run.sh $TARGET
|
| H A D | README.md | 77 `libc` tests are run.
|
| H A D | CHANGELOG.md | 119 - CI: Use `$PWD` instead of `$(pwd)` in run-docker ([#4345](https://github.com/rust-lang/libc/pull/… 384 - CI: Always run rustfmt <https://github.com/rust-lang/libc/pull/4120> 388 - CI: Ensure build channels get run even if FILTER is unset <https://github.com/rust-lang/libc/pull… 397 - CI: run shellcheck on all scripts <https://github.com/rust-lang/libc/pull/4042> 399 - CI: use qemu-sparc64 to run sparc64 tests <https://github.com/rust-lang/libc/pull/4133>
|