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
Received Error: Error building skills, retry with: ./build.sh manifests/2.12.0/opensearch-2.12.0.yml --component skills.
The above information is incomplete without linking the build.sh file of opensearch-build repo or if present in the repo itself.
To run the build script, OpenSearch should be published to maven local. Otherwise, it would fail with the below:
A problem occurred configuring root project 'opensearch-skills'.
> Could not resolve all files for configuration ':classpath'.
> Could not find org.opensearch.gradle:build-tools:2.12.0.
Searched in the following locations:
- file:/home/ubuntu/.m2/repository/org/opensearch/gradle/build-tools/2.12.0/build-tools-2.12.0.pom
- https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/gradle/build-tools/2.12.0/build-tools-2.12.0.pom
- https://plugins.gradle.org/m2/org/opensearch/gradle/build-tools/2.12.0/build-tools-2.12.0.pom
- https://repo.maven.apache.org/maven2/org/opensearch/gradle/build-tools/2.12.0/build-tools-2.12.0.pom
Required by:
project :
* Try:
[Triage]
By default when executed ./build.sh manifests/2.12.0/opensearch-2.12.0.yml, this will build all components in an order (which are already ordered as per dependencies in manifest), for any component (--component skills) OpenSearch core is the mandatory requirement, hence in this case ./build.sh manifests/2.12.0/opensearch-2.12.0.yml --component OpenSearch skills should work as long as skills just depends only on OpenSearch. Its good to add this line in Build Workflow that shows users to add dependency components with --component flag.
Describe the bug
a. [AUTOCUT] Distribution Build Failed for flow-framework-2.12.0 flow-framework#500
b. [AUTOCUT] Distribution Build Failed for skills-2.12.0 skills#178
The issue just mentions to run
The above information is incomplete without linking the
build.sh
file of opensearch-build repo or if present in the repo itself.There's no mention of the same in https://github.com/opensearch-project/opensearch-build/blob/main/DEVELOPER_GUIDE.md or if there's any other documentation where it's mentioned should be linked in the auto cut issues.
To reproduce
./build.sh manifests/2.12.0/opensearch-2.12.0.yml --component <component-name>
without publishing OpenSearch to maven local.Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: