From 7ee2702bd3c02ca323ff9b8655872cb5f40daa81 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Tue, 26 Aug 2025 05:11:24 +0000 Subject: [PATCH] central: Require quieting SNaNs merge commit in a PR's branch to build --- roles/central/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/central/default.nix b/roles/central/default.nix index 3a53c12..cbc2252 100644 --- a/roles/central/default.nix +++ b/roles/central/default.nix @@ -71,8 +71,8 @@ let rebuild_command = "@dolphin-emu-bot rebuild"; required_commits = { - # Merge commit for PR 13436: "Update clang-format to version 19" - "dolphin-emu/dolphin" = "0b0151770a2a087063775e654e1b6208033a9c21"; + # Merge commit for PR 13881: "FloatUtils: Replace quieting SNaNs via `0.0 + x` with MakeQuiet" + "dolphin-emu/dolphin" = "52806b3dc82954bf222166d5870e0d8825c977d9"; }; };