Skip to content

Commit 84bcb89

Browse files
mgalindo-scLeFrosch
authored andcommitted
Use remote_download_regex instead of remote_download_all
1 parent fbb3f5b commit 84bcb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clwb/src/com/google/idea/blaze/clwb/run/BlazeCidrRunConfigurationRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private ImmutableList<String> getExtraDebugFlags(ExecutionEnvironment env) {
114114
flagsBuilder.add("--copt=-fdebug-compilation-dir=" + WorkspaceRoot.fromProject(env.getProject()));
115115

116116
if (SystemInfo.isMac) {
117-
flagsBuilder.add("--linkopt=-Wl,-oso_prefix,.", "--linkopt=-Wl,-reproducible", "--remote_download_all");
117+
flagsBuilder.add("--linkopt=-Wl,-oso_prefix,.", "--linkopt=-Wl,-reproducible", "--remote_download_regex='.*_objs/.*.o$'");
118118
}
119119
}
120120

0 commit comments

Comments
 (0)