Skip to content

[WIP] Fix failing GitHub Actions job Build nightly (mac)#7653

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-build-nightly-mac-job
Draft

[WIP] Fix failing GitHub Actions job Build nightly (mac)#7653
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-build-nightly-mac-job

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix the failing GitHub Actions job "Build nightly (mac)"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 84413091299
Job URL: https://github.com/PCGen/pcgen/actions/runs/28479683667/job/84413091299

Copilot AI added 2 commits July 1, 2026 01:03
Gradle 9.x removed exec() from the Copy task scope. The call
to exec { commandLine "codesign" ... } inside patchMacJpackage's
doLast block fails with:

  Could not find method exec() for arguments [...] on task
  ':patchMacJpackage' of type org.gradle.api.tasks.Copy.

Fix: extract the codesign step into a dedicated Exec task
(codesignMacJpackage) that depends on patchMacJpackage, and
wire jpackage to depend on codesignMacJpackage instead.
The task ordering and behaviour are unchanged.
Copilot AI requested a review from karianna July 1, 2026 01:05
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Unit Test Results

   768 files  ±0     768 suites  ±0   2m 7s ⏱️ -14s
18 480 tests ±0  18 480 ✅ ±0  0 💤 ±0  0 ❌ ±0 
18 483 runs  ±0  18 483 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 3fe4ae3. ± Comparison against base commit abf5bca.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

🚧 PCGen Code Coverage

Overall Project 25.8%

There is no coverage information present for the Files changed

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Integration Test Results

4 106 tests  ±0   4 103 ✅ ±0   20m 4s ⏱️ +19s
  495 suites ±0       3 💤 ±0 
  495 files   ±0       0 ❌ ±0 

Results for commit 3fe4ae3. ± Comparison against base commit abf5bca.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants