Zig Version
0.16.0 and 0.17dev
Steps to Reproduce, Observed Behavior, and Expected Behavior
Steps to Reproduce:
I am on Cachy Os Arch linux.
- git clone https://github.com/ZigEmbeddedGroup/microzig.git and cd microzig.
- zig build -l
Expected behaviour:
view all the available sub commands
Observed behaviour:
//Example build from microzig:
`
zig build -l
error: failed to delete excluded path 'test/cases/run/ternary_operator.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/run/Typedef'ed_void_used_as_return_type.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/run/typedef_and_function_pointer.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/run/ensure_array_casts_outside_addeq.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/run/Ensure_side-effects_only_evaluated_once_for_signed_array_indices.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/run/Return_boolean_expression_as_int.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/run/scoped_for_loops_with_shadowing.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/translate/variables_check_for_opaque_demotion.c' from package: FileNotFound
error: failed to delete excluded path 'test/cases/translate/struct prototype used in func.c' from package: FileNotFound
`
//example build from raylib-zig:
`
zig build -l
error: failed to delete excluded path 'projects/VS2022/examples/textures_image_generation.vcxproj' from package: FileNotFound
error: failed to delete excluded path 'projects/VS2022/examples/textures_image_kernel.vcxproj' from package: FileNotFound
error: failed to delete excluded path 'projects/VS2022/examples/textures_image_processing.vcxproj' from package:
FileNotFound
`
but it does compile when the git repo is manually downloaded and placed under respective hash names.
Am I the only one facing this issue? I have searched everywhere in the zig issues nothing like this exist. Please tell me how to fix if I am doing something wrong and fix this issue if this is a bug.
I am using 0.16.0 version and the same thing happens with 0.17dev too.