Skip to content

Commit

Permalink
Merge pull request #7 from WalletConnect/fix/udeps-build
Browse files Browse the repository at this point in the history
fix: udeps build
  • Loading branch information
chris13524 authored Apr 15, 2024
2 parents c4bc67f + 7b70fee commit 8641724
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-check-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
rust-toolchain-formatting:
description: 'The Rust version to use to check formatting'
type: string
default: 'nightly'
default: 'stable'
rust-toolchain-udeps:
description: 'The Rust version to use to run udeps'
type: string
default: 'nightly-2024-02-04'
default: 'nightly'
rust-backtrace:
description: 'The Rust backtrace settings'
type: string
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ on:
rust-toolchain-formatting:
description: 'The Rust version to use to check formatting'
type: string
default: 'nightly'
default: 'stable'
rust-toolchain-udeps:
description: 'The Rust version to use to run udeps'
type: string
default: 'nightly-2024-02-04'
default: 'nightly'
rust-backtrace:
description: 'The Rust backtrace settings'
type: string
Expand Down
5 changes: 3 additions & 2 deletions docs/ci-check-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ graph LR
| name | type | description | default |
|-----------------------------|-----------|--------------------------------------------------|-------------------------------|
| `test-args` | `string` | The arguments to pass to the test command | `--all-features --lib --bins` |
| `rust-toolchain` | `string` | The Rust version to use. | `stable` |
| `rust-toolchain-formatting` | `string` | The Rust version to use to check formatting | `nightly` |
| `rust-toolchain` | `string` | The Rust version to use | `stable` |
| `rust-toolchain-formatting` | `string` | The Rust version to use to check formatting | `stable` |
| `rust-toolchain-udeps` | `string` | The Rust version to use to run udeps | `nightly` |
| `rust-backtrace` | `string` | The Rust backtrace settings | `full` |
| `install-protoc` | `boolean` | Install `protoc` before running the rust tests. | `true` |
| `use-sccache` | `boolean` | Install `sccache` before running the rust tests. | `true` |
Expand Down
3 changes: 2 additions & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ graph LR
| `check-infra` | `boolean` | Check and plan the infrastructure | `true` |
| `check-app` | `boolean` | Check the application code | `true` |
| `rust-version` | `string` | The Rust version to use. | `${{ vars.RUST_VERSION }}` |
| `rust-formatting-version` | `string` | The Rust version to use to check formatting. | `nightly` |
| `rust-formatting-version` | `string` | The Rust version to use to check formatting. | `stable` |
| `rust-formatting-udeps` | `string` | The Rust version to use to run udeps. | `nightly` |
| `rust-protoc` | `boolean` | Install `protoc` before running the rust tests. | `true` |
| `rust-sccache` | `boolean` | Install `sccache` before running the rust tests. | `true` |
| `version` | `string` | The version to use in the Terraform `iamge_version` variable. | `latest` |
Expand Down

0 comments on commit 8641724

Please sign in to comment.