From e8e29cf332d8e7539b0fc17538607d1eec6acd86 Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Mon, 20 Jan 2025 16:21:41 +0100 Subject: [PATCH 1/2] Only use path for local dependencies of local crates (#724) --- crates/runner-nordic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runner-nordic/Cargo.toml b/crates/runner-nordic/Cargo.toml index 9bb880be..bc88d622 100644 --- a/crates/runner-nordic/Cargo.toml +++ b/crates/runner-nordic/Cargo.toml @@ -28,7 +28,7 @@ wasefire-board-api = { path = "../board" } wasefire-error = { path = "../error" } wasefire-interpreter = { path = "../interpreter", optional = true } wasefire-logger = { path = "../logger" } -wasefire-one-of = { version = "0.1.1-git", path = "../one-of" } +wasefire-one-of = { path = "../one-of" } wasefire-protocol-usb = { path = "../protocol-usb", features = ["device"] } wasefire-store = { path = "../store" } wasefire-sync = { path = "../sync" } From 727901397d9c43e3981e25145d23bac98a1d9eeb Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Fri, 31 Jan 2025 10:00:59 +0100 Subject: [PATCH 2/2] Shorten timeout of matrix jobs to 15 minutes (#727) The `hwci host` job may "freeze" because of process management in shell. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3263286f..9378d78e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,7 @@ jobs: with: checks: "[\"${{ matrix.check }}\"]" token: ${{ secrets.GITHUB_TOKEN }} + timeout-minutes: 15 ubuntu: runs-on: ubuntu-latest needs: matrix