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
During tests the os.Executable is located in a temp directory, and the guestagent binary cannot be located relative to that directory.
This is not an issue right now because we don't call this function from our existing tests.
failed to find "lima-guestagent.Linux-aarch64" binary for "/var/folders/ds/jk3wz4n96d54wp16s0tg7d2r0000gn/T/go-build4137918305/b001/limatmpl.test", attempted [/var/folders/ds/jk3wz4n96d54wp16s0tg7d2r0000gn/T/go-build4137918305/b001/lima-guestagent.Linux-aarch64 /var/folders/ds/jk3wz4n96d54wp16s0tg7d2r0000gn/T/go-build4137918305/share/lima/lima-guestagent.Linux-aarch64]
The text was updated successfully, but these errors were encountered:
During tests the
os.Executable
is located in a temp directory, and the guestagent binary cannot be located relative to that directory.This is not an issue right now because we don't call this function from our existing tests.
The text was updated successfully, but these errors were encountered: