mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
Address a PR comment
This commit is contained in:
3
.github/scripts/strategy-matrix/generate.py
vendored
3
.github/scripts/strategy-matrix/generate.py
vendored
@@ -281,7 +281,8 @@ def expand_platform_matrix(
|
||||
|
||||
if pf.toolsets:
|
||||
toolsets = [t for t in pf.toolsets if not t.exclude]
|
||||
else:
|
||||
|
||||
if not toolsets:
|
||||
toolsets = [Toolset(name="", generator="", compiler_version="")]
|
||||
|
||||
entries: list[MatrixEntry] = []
|
||||
|
||||
Reference in New Issue
Block a user