Skip to content

Commit 0298a44

Browse files
committed
fix(build): use local spawn strategy to allow network access during prerender
macOS sandbox blocks network access during prerendering, causing Algolia API calls to fail. Using local spawn strategy allows network access for all builds.
1 parent eaac302 commit 0298a44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ build --verbose_failures=true
88

99
# CI supports colors but Bazel does not detect it.
1010
common --color=yes
11+
12+
# Sandbox blocks network access during prerendering (Algolia API calls).
13+
# Use local spawn strategy to allow network access.
14+
build --spawn_strategy=local

0 commit comments

Comments
 (0)