Skip to content
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

Troubleshooting recent build failures for the branch 'fix-code' #70

Open
junwoo091400 opened this issue Mar 8, 2020 · 1 comment
Open
Assignees

Comments

@junwoo091400
Copy link
Collaborator

Situation
As seen here, the builds have been failing at some point after the commit: feat(fix-code): Add comments for Jet framework.

Probable cause
Current error message
error: Server does not allow request for unadvertised object 8553a4a0a72ac7c81ae7a59dc0380902208f73cb Fetched in submodule path 'Libraries/tinyobj', but it did not contain 8553a4a0a72ac7c81ae7a59dc0380902208f73cb. Direct fetching of that commit failed. ##[error]Git submodule update failed with exit code: 1
indicates that there are problems when fetching 'tinyobj'. After inspecting a similar case, I suspect that the submodule 'depth' (as of right now, 2) might be too small for fetching the specific commit for 'tinyobj'.

git -c http.https://github.com.extraheader="AUTHORIZATION: basic ***" submodule update --init --force --depth=**2**

Extra
Here' another related issue: AppImage/AppImageKit#511

@utilForever
Copy link
Member

I'll update submodule tinyobj. Thanks. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants