mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #914] [MERGED] fix: downstream native-image builds
#799
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/914
Author: @sgammon
Created: 1/28/2025
Status: ✅ Merged
Merged: 1/30/2025
Merged by: @bioball
Base:
main← Head:fix/nativeimage-build📝 Commits (1)
5dbdbe9fix: downstreamnative-imagebuilds📊 Changes
2 files changed (+12 additions, -14 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklFatJar.gradle.kts(+4 -1)📝
pkl-cli/pkl-cli.gradle.kts(+8 -13)📄 Description
Summary
SVM (SubstrateVM) compile configuration classes must be included within the
clijar to prevent downstreamnative-imagebuilds from failing. Fat JARs cannot be used withnative-image, so these classes can still safely be excluded here.Fixes and closes apple/pkl#907
Changelog
clijar🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.