Skip to content

Commit

Permalink
[wip,no-merge] Enable bazel test remote cacheing
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <[email protected]>
  • Loading branch information
AlexJones0 committed Jan 9, 2025
1 parent 184e3b4 commit 4cc7ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/opentitan/fpga.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fpga_cw340 = rule(
def fpga_params(
tags = [],
timeout = "short",
local = True,
local = False,
test_harness = None,
binaries = {},
rom = None,
Expand Down

0 comments on commit 4cc7ab6

Please sign in to comment.