Autogenerated commit at 2026-01-05 14:13:57.838168+00:00
This commit is contained in:
20
flutter/no-lock.patch
Normal file
20
flutter/no-lock.patch
Normal file
@ -0,0 +1,20 @@
|
||||
--- a/packages/flutter_tools/lib/src/cache.dart
|
||||
+++ b/packages/flutter_tools/lib/src/cache.dart
|
||||
@@ -319,7 +319,7 @@
|
||||
var fatalStorageWarning = true;
|
||||
|
||||
static RandomAccessFile? _lock;
|
||||
- static var _lockEnabled = true;
|
||||
+ static var _lockEnabled = false;
|
||||
|
||||
/// Turn off the [lock]/[releaseLock] mechanism.
|
||||
///
|
||||
@@ -722,7 +722,6 @@
|
||||
}
|
||||
|
||||
void setStampFor(String artifactName, String version) {
|
||||
- getStampFileFor(artifactName).writeAsStringSync(version);
|
||||
}
|
||||
|
||||
File getStampFileFor(String artifactName) {
|
||||
|
||||
Reference in New Issue
Block a user