(Error) Build from Source #3416
Unanswered
anchitDave
asked this question in
Q&A
Replies: 1 comment
-
Please refer to our gitlab pipeline to find out how it's built in our CI: https://github.com/magda-io/magda/blob/master/.gitlab-ci.yml Mainly around here: Line 79 in 0b90334 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
I am trying to build all the micro-services from source but I face this challenge wherein the magda-indexer is not able to install all its dependencies.
Running the build command:
yarn lerna run build --stream --concurrency=1 --include-dependencies
Error:
download error: Caught java.io.IOException: Server returned HTTP response code: 502 for URL: https://dl.bintray.com/monsanto/maven/com/monsanto/labs/mwundo-core_2.12/0.5.0/mwundo-core_2.12-0.5.0.pom (Server returned HTTP response code: 502 for URL: https://dl.bintray.com/monsanto/maven/com/monsanto/labs/mwundo-core_2.12/0.5.0/mwundo-core_2.12-0.5.0.pom) while downloading https://dl.bintray.com/monsanto/maven/com/monsanto/labs/mwundo-core_2.12/0.5.0/mwundo-core_2.12-0.5.0.pom
Kindly help me with this issue.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions