prometheus: Allow local networking on Darwin for assets build
The npm test suite performs a localhost DNS lookup which fails in the Darwin sandbox without this.
This commit is contained in:
@@ -63,6 +63,8 @@ let
|
||||
|
||||
env.CI = true;
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
||||
Reference in New Issue
Block a user