Unverified Commit b4edfb15 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

This reverts commit 19d6e7b6.
parent 19d6e7b6
ae4df6fd189219fc35b27cd5e014bd8445c4e59d
72986c39ea3669ef26d4d7d7cd0c44f513fcd117
......@@ -32,7 +32,6 @@ 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,
]);
......@@ -164,4 +163,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