Unverified Commit 19d6e7b6 authored by Ben Konyi's avatar Ben Konyi Committed by GitHub

Manual engine roll with disabled service authentication codes (#30919)

parent ecb468f3
72986c39ea3669ef26d4d7d7cd0c44f513fcd117
ae4df6fd189219fc35b27cd5e014bd8445c4e59d
......@@ -32,6 +32,7 @@ Future<Map<String, dynamic>> runTask(String taskName, { bool silent = false }) a
final Process runner = await startProcess(dartBin, <String>[
'--enable-vm-service=0', // zero causes the system to choose a free port
'--no-pause-isolates-on-exit',
'--disable-service-auth-codes', // TODO(bkonyi): enable auth codes
taskExecutable,
]);
......@@ -163,4 +164,4 @@ Future<void> cleanupSystem() async {
} else {
print('Could not determine JAVA_HOME; not shutting down Gradle.');
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment