Skip to content

Commit bf20934

Browse files
committed
Remove cargokit_options.yaml since it seems to not work
1 parent 1b1af0c commit bf20934

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

cargokit/build_tool/lib/src/options.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,10 @@ class CargokitUserOptions {
301301
}
302302
userProjectDir = userProjectDir.parent;
303303
}
304-
return CargokitUserOptions._();
304+
return CargokitUserOptions(
305+
usePrecompiledBinaries: true,
306+
verboseLogging: false,
307+
);
305308
}
306309

307310
final bool usePrecompiledBinaries;

cargokit_options.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)