Skip to content

Commit ebf76d6

Browse files
committed
debugging
1 parent cd6fec2 commit ebf76d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_linux != null }}
3939
strategy:
4040
fail-fast: false
41-
max-parallel: 3
41+
max-parallel: 5
4242
matrix: ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_linux }}
4343
steps:
4444
- name: Checkout Repo
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_darwin != null }}
5656
strategy:
5757
fail-fast: false
58-
max-parallel: 3
58+
max-parallel: 5
5959
matrix: ${{ fromJSON(needs.extensions-matrix.outputs.matrix).aarch64_darwin }}
6060
steps:
6161
- name: Checkout Repo

scripts/github-matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def clean_package_for_output(pkg: GitHubActionPackage) -> dict:
238238
cleaned_packages = [clean_package_for_output(pkg) for pkg in gh_action_packages]
239239
gh_output = {"include": cleaned_packages}
240240

241+
print(f"debug: Generated GitHub Actions matrix: {json.dumps(gh_output, indent=2)}", file=sys.stderr)
241242
print(json.dumps(gh_output))
242243

243244

0 commit comments

Comments
 (0)