Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fs-cook
Submodule fs-cook updated 125 files
9 changes: 6 additions & 3 deletions gen_data/gen-suite-matrix.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import glob
import os

SUITES_DIR="./suites/*"

Expand All @@ -17,9 +18,11 @@ def generate_matrix_json() -> str:
for variantPath in glob.iglob(f"{SUITES_DIR}/*", recursive=False):
suiteName = variantPath.split('/')[2]
variantName = variantPath.split('/')[3]

element = { }


if os.path.exists(f"{variantPath}/.no-matrix-build"):
continue

element = { }
element['suite'] = suiteName
element['variant'] = variantName
element['architecture'] = arch
Expand Down
1 change: 1 addition & 0 deletions suites/focal/raw/.no-matrix-build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prevents this distro from building in github actions
1 change: 1 addition & 0 deletions suites/kinetic/gnomeRaw/.no-matrix-build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prevents this distro from building in github actions
1 change: 1 addition & 0 deletions suites/kinetic/raw/.no-matrix-build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prevents this distro from building in github actions