Fix GitHub Actions build failures for asmoses & moses components #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The GitHub Actions CI workflows were failing when building asmoses and moses components with the error:
Root Cause
The CI workflows (
ci-org-generalized.yml,ci-org-v7.yml,ci-org-v8.yml) were attempting to clone external repositories for asmoses and moses components, but these components already exist as local directories in the opencog-central monorepo. The complex git repository detection logic was:Solution
Refactored all affected workflows to build the local asmoses and moses components directly instead of cloning external repositories:
The new build logic:
Benefits
All modified workflows have been validated for YAML syntax and no external clone references remain for asmoses/moses components.
Fixes #7.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.