|
14 | 14 | build:
|
15 | 15 | strategy:
|
16 | 16 | matrix:
|
17 |
| - toolchain: [stable, nightly] |
| 17 | + # TODO: re-enable nightly checks |
| 18 | + # toolchain: [stable, nightly] |
| 19 | + toolchain: [stable] |
18 | 20 | os: [windows-latest, ubuntu-latest, macos-latest]
|
19 | 21 | exclude:
|
20 | 22 | - os: macos-latest
|
|
96 | 98 | build-wasm:
|
97 | 99 | strategy:
|
98 | 100 | matrix:
|
99 |
| - toolchain: [stable, nightly] |
| 101 | + # TODO: re-enable nightly checks |
| 102 | + # toolchain: [stable, nightly] |
| 103 | + toolchain: [stable] |
100 | 104 | os: [ubuntu-latest]
|
101 | 105 | runs-on: ${{ matrix.os }}
|
102 | 106 | steps:
|
@@ -290,27 +294,27 @@ jobs:
|
290 | 294 | file-types: '[".rs"]'
|
291 | 295 | exclude-folders: '["./examples/ios"]'
|
292 | 296 | exclude-files: '[]'
|
293 |
| - |
294 |
| - check-unused-dependencies: |
295 |
| - runs-on: ubuntu-latest |
296 |
| - steps: |
297 |
| - - uses: actions/checkout@v2 |
298 |
| - - uses: actions/cache@v2 |
299 |
| - with: |
300 |
| - path: | |
301 |
| - ~/.cargo/bin/ |
302 |
| - ~/.cargo/registry/index/ |
303 |
| - ~/.cargo/registry/cache/ |
304 |
| - ~/.cargo/git/db/ |
305 |
| - target/ |
306 |
| - key: ${{ runner.os }}-cargo-check-unused-dependencies-${{ hashFiles('**/Cargo.toml') }} |
307 |
| - - uses: actions-rs/toolchain@v1 |
308 |
| - with: |
309 |
| - toolchain: nightly |
310 |
| - override: true |
311 |
| - - name: Installs cargo-udeps |
312 |
| - run: cargo install --force cargo-udeps |
313 |
| - - name: Install alsa and udev |
314 |
| - run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev |
315 |
| - - name: Run cargo udeps |
316 |
| - run: cargo udeps |
| 297 | + # TODO: re-enable nightly checks |
| 298 | + # check-unused-dependencies: |
| 299 | + # runs-on: ubuntu-latest |
| 300 | + # steps: |
| 301 | + # - uses: actions/checkout@v2 |
| 302 | + # - uses: actions/cache@v2 |
| 303 | + # with: |
| 304 | + # path: | |
| 305 | + # ~/.cargo/bin/ |
| 306 | + # ~/.cargo/registry/index/ |
| 307 | + # ~/.cargo/registry/cache/ |
| 308 | + # ~/.cargo/git/db/ |
| 309 | + # target/ |
| 310 | + # key: ${{ runner.os }}-cargo-check-unused-dependencies-${{ hashFiles('**/Cargo.toml') }} |
| 311 | + # - uses: actions-rs/toolchain@v1 |
| 312 | + # with: |
| 313 | + # toolchain: nightly |
| 314 | + # override: true |
| 315 | + # - name: Installs cargo-udeps |
| 316 | + # run: cargo install --force cargo-udeps |
| 317 | + # - name: Install alsa and udev |
| 318 | + # run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev |
| 319 | + # - name: Run cargo udeps |
| 320 | + # run: cargo udeps |
0 commit comments