Searched +full:ubuntu +full:- +full:doc +full:- (Results 1 – 25 of 208) sorted by relevance
123456789
| /external/python/cpython3/.github/workflows/ |
| D | doc.yml | 7 # - 'main' 8 # - '3.11' 9 # - '3.10' 10 # - '3.9' 11 # - '3.8' 12 # - '3.7' 14 # - 'Doc/**' 17 - 'main' 18 - '3.11' 19 - '3.10' [all …]
|
| /external/rust/crates/chrono/.github/workflows/ |
| D | test.yml | 4 # It's really `--all-features`, but not adding the mutually exclusive features from rkyv 5 …ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation rustc-ser… 16 os: [ubuntu-latest, macos-latest, windows-latest] 17 tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"] 18 runs-on: ${{ matrix.os }} 20 - uses: actions/checkout@v4 21 - uses: dtolnay/rust-toolchain@stable 22 - uses: Swatinem/rust-cache@v2 23 - run: cargo test ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --color=always -- --color=always 31 os: [ubuntu-latest] [all …]
|
| D | lint.yml | 4 # It's really `--all-features`, but not adding the mutually exclusive features from rkyv 5 …ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-64 rkyv-validation rustc-ser… 14 runs-on: ubuntu-latest 17 - uses: actions/checkout@v4 18 - uses: dtolnay/rust-toolchain@stable 20 targets: x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc 21 - uses: Swatinem/rust-cache@v2 22 - run: cargo fmt --check -- --color=always 23 - run: cargo fmt --check --manifest-path fuzz/Cargo.toml 24 - run: cargo fmt --check --manifest-path bench/Cargo.toml [all …]
|
| /external/rust/crates/bytes/.github/workflows/ |
| D | ci.yml | 6 - master 9 - master 12 RUSTFLAGS: -Dwarnings 14 nightly: nightly-2022-11-12 24 runs-on: ubuntu-latest 26 - uses: actions/checkout@v3 27 - name: Install Rust 29 - name: Check formatting 30 run: cargo fmt --all -- --check 36 # runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/maybe-async/.github/workflows/ |
| D | linux.yml | 8 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 13 - name: rustfmt 14 uses: actions-rs/cargo@v1 17 args: --all -- --check 19 - name: check build (async) 20 uses: actions-rs/cargo@v1 23 args: --all --bins --examples --tests 25 - name: tests (async) 26 uses: actions-rs/cargo@v1 [all …]
|
| /external/rust/crates/coset/.github/workflows/ |
| D | ci.yml | 6 paths-ignore: 7 - README.md 10 paths-ignore: 11 - README.md 15 runs-on: ubuntu-latest 19 - stable 20 - beta 21 - nightly-2023-04-01 23 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 24 - uses: dtolnay/rust-toolchain@a3ac054b2e7d62f514aa1bd57e3508c522fe772d # 1.68.2 [all …]
|
| /external/fmtlib/.github/workflows/ |
| D | doc.yml | 1 name: doc 10 # Use Ubuntu 20.04 because doxygen 1.8.13 from Ubuntu 18.04 is broken. 11 runs-on: ubuntu-20.04 14 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 16 - name: Add ubuntu mirrors 19 # see https://github.com/actions/runner-images/issues/7048 20 … printf 'http://azure.archive.ubuntu.com/ubuntu\tpriority:1\n' | sudo tee /etc/apt/mirrors.txt 21 curl http://mirrors.ubuntu.com/mirrors.txt | sudo tee --append /etc/apt/mirrors.txt 22 …sudo sed -i 's~http://azure.archive.ubuntu.com/ubuntu/~mirror+file:/etc/apt/mirrors.txt~' /etc/apt… 24 - name: Create Build Environment [all …]
|
| /external/rust/crates/rustc-demangle/.github/workflows/ |
| D | main.yml | 7 runs-on: ubuntu-latest 12 - uses: actions/checkout@v2 13 - name: Install Rust 15 - run: cargo build --all 16 - run: cargo test --all 17 - run: cargo build --features std 21 runs-on: ubuntu-latest 23 - uses: actions/checkout@v2 26 - run: rustup update nightly && rustup default nightly 27 - run: cargo install cargo-fuzz --vers "^0.11" [all …]
|
| /external/rust/crates/regex-automata/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - stable-thumb [all …]
|
| /external/rust/crates/moveit/.github/workflows/ |
| D | rust.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 runs-on: ubuntu-latest 30 - uses: actions/checkout@v2 32 - name: cargo fmt 33 run: cargo fmt -- --check --files-with-diff 34 - name: cargo clippy 35 run: cargo clippy --verbose 38 runs-on: ubuntu-latest 40 - uses: actions/checkout@v2 42 - name: cargo test [all …]
|
| /external/rust/crates/cfg-if/.github/workflows/ |
| D | main.yml | 7 runs-on: ubuntu-latest 12 - uses: actions/checkout@master 13 - name: Install Rust Stable 18 rustc -vV 19 - name: Run tests 24 runs-on: ubuntu-latest 26 - uses: actions/checkout@master 27 - name: Install Rust Stable 32 - name: Run rustfmt 33 run: cargo fmt -- --check [all …]
|
| /external/rust/crates/termcolor/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - build: pinned 17 os: ubuntu-latest 19 - build: pinned-win 20 os: windows-latest 22 - build: stable 23 os: ubuntu-latest 25 - build: beta [all …]
|
| /external/rust/crates/parking_lot/.github/workflows/ |
| D | rust.yml | 6 - trying 7 - staging 16 runs-on: ${{ matrix.os }}-latest 19 os: [ubuntu, macos, windows] 23 - feature: deadlock_detection 26 - channel: nightly 28 os: ubuntu 29 - channel: nightly 30 feature: hardware-lock-elision 31 os: ubuntu [all …]
|
| /external/rust/crates/remain/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 24 timeout-minutes: 45 26 - uses: actions/checkout@v4 27 - uses: dtolnay/rust-toolchain@nightly 28 - name: Enable type layout randomization 29 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 30 - run: cargo test 36 runs-on: ubuntu-latest 38 fail-fast: false [all …]
|
| /external/rust/crates/quickcheck/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - stable 18 - beta 19 - nightly 20 - macos 21 - win-msvc 22 - win-gnu [all …]
|
| /external/rust/crates/aho-corasick/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 25 - stable-mips 26 - beta [all …]
|
| /external/rust/crates/walkdir/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly 21 - macos 22 - win-msvc [all …]
|
| /external/rust/crates/ryu/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 38 - run: cargo test --features small [all …]
|
| /external/rust/crates/serde_yaml/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo build 38 - run: cargo test [all …]
|
| /external/rust/crates/unsafe-libyaml/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 43 runs-on: ubuntu-latest [all …]
|
| /external/curl/.github/workflows/ |
| D | distcheck.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 14 - master 17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} 18 cancel-in-progress: true 23 maketgz-and-verify-in-tree: 24 runs-on: ubuntu-latest 25 timeout-minutes: 30 27 - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 [all …]
|
| /external/rust/crates/quote/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - name: Enable type layout randomization 36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 38 - run: cargo test [all …]
|
| /external/rust/crates/async-trait/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - name: Enable nightly-only tests 38 run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV [all …]
|
| /external/rust/crates/itoa/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo build 38 - run: cargo test [all …]
|
| /external/rust/crates/anyhow/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - name: Enable type layout randomization 36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 38 - name: Enable nightly-only tests [all …]
|
123456789