From 5c186716582fde770fa970276ea28d1e1469f5a9 Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Mon, 11 Aug 2025 14:51:44 +0200 Subject: [PATCH] github-runner: skip another alpine container test on aarch64-linux https://github.com/actions/runner/pull/3940 has added support for running node24 actions and also added a corresponding test that doesn't work on aarch64-linux. --- pkgs/by-name/gi/github-runner/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/gi/github-runner/package.nix b/pkgs/by-name/gi/github-runner/package.nix index f8d60df56631..600434093167 100644 --- a/pkgs/by-name/gi/github-runner/package.nix +++ b/pkgs/by-name/gi/github-runner/package.nix @@ -206,6 +206,7 @@ buildDotnetModule (finalAttrs: { # "JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64" "GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNodeRuntimeVersionInAlpineContainerAsync" "GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode20RuntimeVersionInAlpineContainerAsync" + "GitHub.Runner.Common.Tests.Worker.StepHostL0.DetermineNode24RuntimeVersionInAlpineContainerAsync" ] ++ lib.optionals finalAttrs.DOTNET_SYSTEM_GLOBALIZATION_INVARIANT [ "GitHub.Runner.Common.Tests.ProcessExtensionL0.SuccessReadProcessEnv"