-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior
Description
Zig Version
0.14.0-dev.1951+857383689
Steps to Reproduce and Observed Behavior
The easiest way is to to chroot into an environment without any /proc mount. Fails trying to read /proc/self/exe, when trying to get the exe folder for finding the lib folder.
Expected Behavior
I don't actually know if this should continue working this way and require the /proc mount, and give a better error message than just error: FileNotFound, or if this should try to do some funkiness if the /proc mount does not exist. gcc does not require the /proc mount, and its pretty nice for testing building in limited environments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior