From 0278b0688308d35eeaeb7609e091c9fd19418ccc Mon Sep 17 00:00:00 2001 From: RuoyuZhou Date: Wed, 19 Aug 2026 21:01:06 +0800 Subject: [PATCH] ci: bind model authority to merged LinxISA --- .github/workflows/ci.yml | 4 ++-- tests/checks/test_gen_minst_codec.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91f578..7b7cccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v4 with: repository: LinxISA/linx-isa - ref: e8aa0e2179184df6b3d410163baaa566b92d392e + ref: e0d686c40d074ae0c15702e4d8cdee5ba5279d3a path: linxisa-authority - name: Install toolchain run: sudo apt-get update && sudo apt-get install -y clang-format cmake ninja-build g++ @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v4 with: repository: LinxISA/linx-isa - ref: e8aa0e2179184df6b3d410163baaa566b92d392e + ref: e0d686c40d074ae0c15702e4d8cdee5ba5279d3a path: linxisa-authority - name: Install toolchain run: sudo apt-get update && sudo apt-get install -y clang-format cmake ninja-build clang diff --git a/tests/checks/test_gen_minst_codec.py b/tests/checks/test_gen_minst_codec.py index 537abab..7be19e3 100644 --- a/tests/checks/test_gen_minst_codec.py +++ b/tests/checks/test_gen_minst_codec.py @@ -147,7 +147,7 @@ def test_every_ctest_job_uses_exact_immutable_authority(self) -> None: with self.subTest(job=job_name): self.assertIn("repository: LinxISA/linx-isa", body) self.assertIn( - "ref: e8aa0e2179184df6b3d410163baaa566b92d392e", body + "ref: e0d686c40d074ae0c15702e4d8cdee5ba5279d3a", body ) self.assertIn("path: linxisa-authority", body) self.assertIn(