Skip to content

Commit 3adb426

Browse files
Jwatacopybara-github
authored andcommitted
siso: Disable nasm remote actions
This is a workaround for: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20ChromiumOS%20MSan%20Builder/101758/overview Bug: 447224649, 447175273 No-Tree-Checks: True Change-Id: I6a6a6964cedb865a6a130e16bd6753d8accd55c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6981643 Auto-Submit: Junji Watanabe <[email protected]> Reviewed-by: Fumitoshi Ukai <[email protected]> Commit-Queue: Junji Watanabe <[email protected]> Cr-Commit-Position: refs/heads/main@{#1520214} NOKEYCHECK=True GitOrigin-RevId: f6532d242bc55cbf78a9f33b749e2829415a61c5
1 parent 5ee4cb5 commit 3adb426

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/siso/nasm_linux.star

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ def __filegroups(ctx):
1313
__handlers = {}
1414

1515
def __step_config(ctx, step_config):
16-
remote_run = True # Turn this to False when you do file access trace.
16+
# TODO: crbug.com/447224649, crbug.com/447175273 - Disable remote temporarily to
17+
# avoid the RBE's Ubuntu issue.
18+
remote_run = False
1719
rules = []
1820
for toolchain in ["", "clang_x64"]:
1921
nasm_path = path.join(toolchain, "nasm")

0 commit comments

Comments
 (0)