-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upload system services on ipfs node #907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is some issue of compatibility between osx and linux
➜ core git:(feature/upload-systemservices) ✗ ./scripts/build-core.sh
./scripts/build-core.sh: line 12: ${name^}: bad substitution
It should be run inside a Docker container... |
It doesn't work in docker too
|
finally built by removing the script directory in the .dockerignore but still some error when running it.
@krhubert please test correctly and/or give a description on the pull request on how to test it. |
I cannot run it also.
|
31e58c8
to
4322b20
Compare
@antho1404 @NicolasMahe fixed
To test locally you can
|
I cannot test it, I keep having the same error
any recommendation? |
we need to setup a module proxy for our automated builds. it'll fasten things a lot because there'll be no git clones, every download will use pre created zips for each package and we'll avoid missing packages or connection problems to third party servers like this. i can setup a proxy just in minutes maybe on @NicolasMahe can you create a DNS record for |
Done |
Setup Athens: https://docs.gomods.io/install/shared-team-instance/ |
i enabled the proxy at if you don't even want to go to outside network, you can spin up an http static file server at your |
the proxy did the job thanks. |
close #840