mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Free Up GitHub Actions Ubuntu Runner Disk Space (#1009)
This commit is contained in:
parent
8996a46784
commit
b2c8b32e49
2 changed files with 9 additions and 2 deletions
|
@ -132,9 +132,9 @@ class ExceptionHandler {
|
|||
static const List<String> _ignoredErrors = const [
|
||||
"Bad file descriptor",
|
||||
"No space left on device",
|
||||
"Write failed (OS Error: Broken pipe",
|
||||
"OS Error: Broken pipe",
|
||||
"Can't assign requested address",
|
||||
"Read failed (OS Error: Socket is not connected",
|
||||
"OS Error: Socket is not connected",
|
||||
"Operation timed out",
|
||||
"No route to host",
|
||||
"Software caused connection abort",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue