From e5122356e4bc9555e85a1315bba95aa9f1e748e7 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Mon, 15 Jun 2026 12:32:15 +0800 Subject: [PATCH 1/3] Remove override for CI branch Signed-off-by: Michael X. Grey --- .github/workflows/asan.yaml | 1 - .github/workflows/build.yaml | 1 - .github/workflows/tsan.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/asan.yaml b/.github/workflows/asan.yaml index 0121d26..7a78709 100644 --- a/.github/workflows/asan.yaml +++ b/.github/workflows/asan.yaml @@ -17,4 +17,3 @@ jobs: rmf_task rmf_task_sequence mixin: asan - repos-branch-override: lyrical diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c4d246a..841337f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,4 +17,3 @@ jobs: packages: | rmf_task rmf_task_sequence - repos-branch-override: lyrical diff --git a/.github/workflows/tsan.yaml b/.github/workflows/tsan.yaml index ab15aab..7043b71 100644 --- a/.github/workflows/tsan.yaml +++ b/.github/workflows/tsan.yaml @@ -17,4 +17,3 @@ jobs: rmf_task rmf_task_sequence mixin: tsan - repos-branch-override: lyrical From 257397cfcba0c2275125ddeb567547af1f0962b5 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Tue, 16 Jun 2026 02:57:41 +0000 Subject: [PATCH 2/3] force CI Signed-off-by: Michael X. Grey From daba2c48791f36d9d12835924acf5a066a719c28 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Tue, 16 Jun 2026 04:02:18 +0000 Subject: [PATCH 3/3] Use only main repos list for CI Signed-off-by: Michael X. Grey --- .github/workflows/asan.yaml | 4 ++++ .github/workflows/build.yaml | 4 ++++ .github/workflows/tsan.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/asan.yaml b/.github/workflows/asan.yaml index 7a78709..ca148dc 100644 --- a/.github/workflows/asan.yaml +++ b/.github/workflows/asan.yaml @@ -17,3 +17,7 @@ jobs: rmf_task rmf_task_sequence mixin: asan + # The current version of rmf_task requires a newer version of + # nlohmann_json_schema_validator which is not available in the rmf.repos + # files of the older distros. + repos-branch-override: main diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 841337f..4259f98 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,3 +17,7 @@ jobs: packages: | rmf_task rmf_task_sequence + # The current version of rmf_task requires a newer version of + # nlohmann_json_schema_validator which is not available in the rmf.repos + # files of the older distros. + repos-branch-override: main diff --git a/.github/workflows/tsan.yaml b/.github/workflows/tsan.yaml index 7043b71..fd04df5 100644 --- a/.github/workflows/tsan.yaml +++ b/.github/workflows/tsan.yaml @@ -17,3 +17,7 @@ jobs: rmf_task rmf_task_sequence mixin: tsan + # The current version of rmf_task requires a newer version of + # nlohmann_json_schema_validator which is not available in the rmf.repos + # files of the older distros. + repos-branch-override: main