mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 09:18:35 +02:00
Build linux executables that link to glibc 2.17 (#1352)
Fixes an unintentional breakage in 0.30.1 that bumped the required glibc to 2.34.
This commit is contained in:
3
.github/jobs/GradleJob.pkl
vendored
3
.github/jobs/GradleJob.pkl
vendored
@@ -23,6 +23,8 @@ extraGradleArgs: Listing<String>
|
||||
|
||||
steps: Listing<*Workflow.Step | Workflow.TypedStep>
|
||||
|
||||
preSteps: Listing<*Workflow.Step | Workflow.TypedStep>
|
||||
|
||||
/// The fetch depth to use when doing a git checkout.
|
||||
fetchDepth: Int?
|
||||
|
||||
@@ -69,6 +71,7 @@ fixed job {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
...preSteps
|
||||
// full checkout (needed for spotless)
|
||||
new Common.Checkout {
|
||||
when (fetchDepth != null) {
|
||||
|
||||
Reference in New Issue
Block a user