aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@landless-city.net>2024-05-15 18:48:29 +0500
committerAlex Rønne Petersen <alex@alexrp.com>2025-03-26 19:00:33 +0100
commit27c1f2b3a04960d9e8701f420560cc53e8e5f1dd (patch)
tree26c93802f5ede792cb5c1111e8b270a777b5d9d2 /lib/std/multi_array_list.zig
parentb4b1daf0012c3007b762df31028fa35f5f68bd09 (diff)
downloadzig-27c1f2b3a04960d9e8701f420560cc53e8e5f1dd.tar.gz
zig-27c1f2b3a04960d9e8701f420560cc53e8e5f1dd.zip
zig build: allow to choose "lazy mode" for fetching process
`--fetch` flag now has additional optional parameter, which specifies how lazy dependencies should be fetched: * `needed` — lazy dependencies are fetched only if they are required for current build configuration to work. Default and works same as old `--fetch` flag. * `all` — lazy dependencies are always fetched. If `--system` flag is used after that, it's guaranteed that **any** build configuration will not require additional download of dependencies during build. Helpful for distro packagers and CI systems: https://www.github.com/ziglang/zig/issues/14597#issuecomment-1426827495 If none is passed, behaviour is same as if `needed` was passed. Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
Diffstat (limited to 'lib/std/multi_array_list.zig')
0 files changed, 0 insertions, 0 deletions