Skip to content

Commit f3ccd4b

Browse files
rzhwcopybara-github
authored andcommitted
siso: add missing config import
fix-forward for https://ci.chromium.org/ui/p/chromium/builders/ci/build-perf-windows-siso/530/overview bug in migration https://crrev.com/c/4572070 Bug: b/273407069 Change-Id: If571ddb4898f84ee6a0a5462ff90dd026af20e51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4570358 Commit-Queue: Fumitoshi Ukai <[email protected]> Commit-Queue: Richard Wang <[email protected]> Auto-Submit: Richard Wang <[email protected]> Reviewed-by: Fumitoshi Ukai <[email protected]> Cr-Commit-Position: refs/heads/main@{#1150432} NOKEYCHECK=True GitOrigin-RevId: 2d7264145764eafe40bfea882c08a14164ce6a9c
1 parent 6a5e744 commit f3ccd4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/siso/mac.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"""Siso configuration for macOS."""
66

77
load("@builtin//struct.star", "module")
8+
load("./config.star", "config")
89
load("./remote_exec_wrapper.star", "remote_exec_wrapper")
910

1011
__filegroups = {}

config/siso/windows.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"""Siso configuration for Windows."""
66

77
load("@builtin//struct.star", "module")
8+
load("./config.star", "config")
89
load("./remote_exec_wrapper.star", "remote_exec_wrapper")
910

1011
__filegroups = {}

0 commit comments

Comments
 (0)