Allow specifying a custom entrypoint & resources - #169
Merged
Conversation
Joannis
force-pushed
the
jo/custom-entrypoint
branch
2 times, most recently
from
December 30, 2025 13:51
928b01a to
9c6e393
Compare
Joannis
marked this pull request as ready for review
December 30, 2025 13:51
Contributor
Author
|
CI failed with a caching issue @euanh |
euanh
self-requested a review
January 7, 2026 08:53
euanh
pushed a commit
that referenced
this pull request
Jan 7, 2026
Motivation ---------- CI is broken in #169 due to Swift 6.2.3 being used with a 6.2.0 Static Linux SDK Modifications ------------- Bump the static linux SDK to 6.2.3 Result ------ CI should work. Test Plan --------- Let's wait for GHA
euanh
force-pushed
the
jo/custom-entrypoint
branch
from
January 7, 2026 09:00
dceaf36 to
6c6163d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This should allow users to add a debugserver and launch it.
Modifications
--resourcesflag that points to custom artifactsResult
You can add and run a debug server.
Test Plan
Currently undergoing manual testing.
Update: Success