mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #83] [MERGED] Only build static executable if musl toolchain is installed #402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/83
Author: @odenix
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/8/2024
Merged by: @bioball
Base:
main← Head:check-musl📝 Commits (2)
a5fbbdeOnly build static executable if musl toolchain is installed3bccd21Update BuildInfo.kt📊 Changes
3 files changed (+7 additions, -2 deletions)
View changed files
📝
buildSrc/src/main/kotlin/BuildInfo.kt(+5 -0)📝
pkl-cli/pkl-cli.gradle.kts(+1 -1)📝
pkl-core/pkl-core.gradle.kts(+1 -1)📄 Description
This improves the development experience for (WSL) Linux users. They can now run "./gradlew buildNative" without having a musl toolchain installed. In this case, only the dynamically linked executable will be built.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.