mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #509] [MERGED] Improve configuration of native image compilation #589
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/509
Author: @bioball
Created: 5/29/2024
Status: ✅ Merged
Merged: 6/4/2024
Merged by: @bioball
Base:
main← Head:graalvm-23📝 Commits (5)
078d2d1Improve configuration of native image compilation362a92fEliminate duplicate task configuration code1f70729Also run ServerTest against native executablef72a7a6Add pkl-server:testNative to build native job085ab4eAddress PR comments📊 Changes
11 files changed (+231 additions, -169 deletions)
View changed files
📝
.circleci/config.yml(+12 -12)📝
.circleci/jobs/BuildNativeJob.pkl(+1 -1)📝
pkl-cli/pkl-cli.gradle.kts(+15 -31)➕
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PklExecutablePaths.kt(+47 -0)📝
pkl-core/pkl-core.gradle.kts(+29 -79)📝
pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt(+7 -6)📝
pkl-server/pkl-server.gradle.kts(+21 -2)📝
pkl-server/src/test/kotlin/org/pkl/server/AbstractServerTest.kt(+7 -36)➕
pkl-server/src/test/kotlin/org/pkl/server/JvmServerTest.kt(+51 -0)➕
pkl-server/src/test/kotlin/org/pkl/server/NativeServerTest.kt(+39 -0)📝
pkl-server/src/test/kotlin/org/pkl/server/TestTransport.kt(+2 -2)📄 Description
This is supercedes and closes #455
Thanks to @translatenix for doing 99% of the work here
--add-opensby deferring initialization of MessagePack library at build time🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.