| 
									
										
										
										
											2021-07-13 04:03:28 +08:00
										 |  |  | # rabbitmqctl wait shells out to 'ps', which is broken in the bazel macOS | 
					
						
							|  |  |  | # sandbox (https://github.com/bazelbuild/bazel/issues/7448) | 
					
						
							|  |  |  | # adding "--spawn_strategy=local" to the invocation is a workaround | 
					
						
							|  |  |  | build --spawn_strategy=local | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-25 22:41:54 +08:00
										 |  |  | # --experimental_strict_action_env breaks memory size detection on macOS, | 
					
						
							|  |  |  | # so turn it off for local runs | 
					
						
							|  |  |  | build --noexperimental_strict_action_env | 
					
						
							|  |  |  | build:buildbuddy --experimental_strict_action_env | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-13 04:03:28 +08:00
										 |  |  | # don't re-run flakes automatically on the local machine | 
					
						
							|  |  |  | build --flaky_test_attempts=1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-13 04:20:22 +08:00
										 |  |  | build:buildbuddy --remote_header=x-buildbuddy-api-key=YOUR_API_KEY |