Files

11 lines
429 B
Diff
Raw Permalink Normal View History

2023-03-17 16:01:27 -07:00
--- src/bootstrap/bootstrap.py 2022-02-24 14:11:08.000000000 -0500
+++ src/bootstrap/bootstrap.py 2022-02-24 14:11:49.000000000 -0500
@@ -987,6 +987,7 @@
2022-04-12 07:14:51 -07:00
args.append("--locked")
if self.use_vendored_sources:
args.append("--frozen")
+ args.append("--offline")
if self.get_toml("metrics", "build"):
args.append("--features")
args.append("build-metrics")