mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 00:50:45 +00:00
Address PR comments
This commit is contained in:
5
.github/scripts/strategy-matrix/generate.py
vendored
5
.github/scripts/strategy-matrix/generate.py
vendored
@@ -279,10 +279,9 @@ def expand_platform_matrix(
|
||||
platform_name, arch = pf.platform.split("/")
|
||||
is_windows = platform_name == "windows"
|
||||
|
||||
active_toolsets = [t for t in pf.toolsets if not t.exclude] if pf.toolsets else []
|
||||
toolsets = (
|
||||
[t for t in pf.toolsets if not t.exclude]
|
||||
if pf.toolsets
|
||||
else [Toolset(name="", generator="Ninja")]
|
||||
active_toolsets if active_toolsets else [Toolset(name="", generator="Ninja")]
|
||||
)
|
||||
|
||||
entries: list[MatrixEntry] = []
|
||||
|
||||
Reference in New Issue
Block a user