From 0b17ba5110e9329c44eefa7c046af1daedde0e00 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 22 Jul 2025 04:28:45 +0000 Subject: [PATCH 1/2] Initial plan From 7857e92d0c0ec67fd552c7a470ee61a035973c7e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 22 Jul 2025 04:32:34 +0000 Subject: [PATCH 2/2] Add missing zlib-ng dependencies for Fedora native AOT compilation Co-authored-by: agocke <515774+agocke@users.noreply.github.com> --- docs/core/deploying/native-aot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/deploying/native-aot/index.md b/docs/core/deploying/native-aot/index.md index 4cb03365c8d27..8245269150b97 100644 --- a/docs/core/deploying/native-aot/index.md +++ b/docs/core/deploying/native-aot/index.md @@ -34,7 +34,7 @@ The Native AOT deployment model uses an ahead-of-time compiler to compile IL to - Fedora (39+) ```sh - sudo dnf install clang zlib-devel + sudo dnf install clang zlib-devel zlib-ng-devel zlib-ng-compat-devel ``` # [RHEL](#tab/linux-rhel)