-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error obtaining VCS status with latest fyne-cross-images:windows #295
Comments
When I bump to use [email protected] instead, I still get error obtaining VCS status. Any help appreciated. |
Can you do a build with debugging log and show us what it looks like? What version control system do you use? |
@Bluebugs Its in the debug info section. The debug flag right? |
This seems like the pertinent question - the error looks like it's coming straight from Go. Either the version control is not recognised or it's not present in the project folder that is passed into fyne-cross... |
We're using gitlab runner and git.
Pinned the image as a workaround
|
Is the .git folder included in the scope passed to Fyne-cross? |
Describe the bug:
We pinned the version of fyne-cross to v1.5.0. Nothing changed in our code besides a new version of fyne-cross-images:windows being available which caused the following error:
In debug mode, the fyne-cross command
eventually runs
which pulls the latest image of fyne-cross-images:windows
fyne-cross-images should be pinned to specific releases. Especially since the fyne-cross-images release v1.2.0 notes say
Note: requires fyne-cross 2.6.1 https://github.com/fyne-io/fyne-cross/pull/289
To Reproduce:
Steps to reproduce the behaviour:
fyne-cross windows
Device and debug info (please complete the following information):
go 1.22
Debug info
The text was updated successfully, but these errors were encountered: