Skip to content

jme-angle submodule causes git failures at GitHub Actions #2320

Closed
@stephengold

Description

@stephengold

I recently noticed that most of the GitHub Actions CI jobs are generating warnings during the "Post clone the repo" step:

/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
fatal: No url found for submodule path 'jme-angle/src/native/angle' in .gitmodules
Warning: The process '/usr/bin/git' failed with exit code 128

Since it's just a warning, it doesn't cause CI builds to fail.

I was curious what the "jme-angle" submodule is for. It was introduced by PR #1782, but I don't understand why. @riccardobl can you explain please?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions