Skip to content

Conversation

aikawayataro
Copy link
Contributor

This will introduce SourceGitNoAot variable, which can be set to true to disable native AOT deployment.
While AOT could improve application's speed, bundling the dotnet runtime will also increase its size.

The change is useful for Flatpak with the dotnet runtime included, or for a Linux package that will depend on the dotnet-runtime package. This is the more idiomatic way for Linux, and will also minimize the amount of disk space used if the system already has the dotnet runtime installed.

This variable is intended to be used by package maintainers, current Linux CI builds should be left as they are.

@love-linger love-linger self-assigned this Sep 13, 2024
@love-linger love-linger added the enhancement New feature or request label Sep 13, 2024
@aikawayataro
Copy link
Contributor Author

Related #462 #298

@love-linger love-linger merged commit ab8b27c into sourcegit-scm:develop Sep 13, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants