From 5a375cbbe58f64f4aaf914dbc465cb0dc962ab9a Mon Sep 17 00:00:00 2001 From: Nana Sakisaka <1901813+saki7@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:34:31 +0900 Subject: [PATCH 1/2] Update Iris --- modules/iris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/iris b/modules/iris index 0a7c23166..a9359a6eb 160000 --- a/modules/iris +++ b/modules/iris @@ -1 +1 @@ -Subproject commit 0a7c2316613f79399f63ce5e54d7f22be5f78245 +Subproject commit a9359a6ebd84a27a3e44abfa243ddabdc04bcb6d From d9cb9a4e464ddf8dff00195fad7dad2bf4c04929 Mon Sep 17 00:00:00 2001 From: Nana Sakisaka <1901813+saki7@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:36:32 +0900 Subject: [PATCH 2/2] Fix Iris dependency on CI --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c06d8560e..ad2f74254 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,16 +32,13 @@ jobs: filters: | x4: - '.github/workflows/*.yml' + - 'modules/iris' - 'CMakeLists.txt' - - 'include/iris/config.hpp' - - 'include/iris/core/**/*.hpp' - 'include/iris/x4.hpp' - 'include/iris/x4/**/*' - 'test/CMakeLists.txt' - 'test/x4/**/*' - # ^^^ TODO: move `config.hpp` and `core/*` to `iris-cpp/iris` and remove the corresponding paths from above - build: name: "[${{ matrix.cpp_version.name }}] ${{ matrix.x4_component }} | ${{ matrix.compiler.toolset }}-${{ matrix.compiler.version }} (${{ matrix.build_type.name }}) @ ${{ matrix.os.name }}-${{ matrix.os.version }}"