You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run curl using app/elfloader/scripts/run/qemu-x86_64-9pfs-curl.sh curl complains the user home directory cannot be found. Issue can be resolved using make menuconfig > Library Configuration > posix-environ > Compiled-in Environment Variables > Add (HOME=/)
It could be easier if the user had a .env file specified in the YAML file. This could also make building of databases easier, as they also need env vars such as DB_USER, DB_PASS, etc.
The text was updated successfully, but these errors were encountered:
When I try to run curl using app/elfloader/scripts/run/qemu-x86_64-9pfs-curl.sh curl complains the user home directory cannot be found. Issue can be resolved using make menuconfig > Library Configuration > posix-environ > Compiled-in Environment Variables > Add (HOME=/)
It could be easier if the user had a .env file specified in the YAML file. This could also make building of databases easier, as they also need env vars such as DB_USER, DB_PASS, etc.
The text was updated successfully, but these errors were encountered: