You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/cached-builds/gen_gha_matrix_jobs.py
+3-44Lines changed: 3 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
importgha_pr_changed_files
14
14
15
15
"""Trivial Makefile parser that extracts target dependencies so that we can build each Dockerfile image target in its
16
-
own GitHub Actions job and handle dependencies between them.
16
+
own GitHub Actions job.
17
17
18
18
The parsing is not able to handle general Makefiles, it only works with the Makefile in this project.
19
19
Use https://pypi.org/project/py-make/ or https://github.com/JetBrains/intellij-plugins/tree/master/makefile/grammars if you look for general parser."""
0 commit comments