-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
add circleci support #1266
add circleci support #1266
Conversation
05b8506
to
1fcde90
Compare
b4aea8b
to
c3f6369
Compare
Fixed IPv6 suppor on Circle-CI. needed: dependencies:
pre:
# setup ipv6
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0 |
Interesting failure: https://circleci.com/gh/ipfs/go-ipfs/18
Looks like |
circleCI needs to run tests with the nofuse tags set |
i think that's a different problem, no? i set the |
is that the bug here though? seems different |
Yeah it look like a path or Iink related bug. I will have a look on Saturday or Sunday. |
@chriscool any leads? maybe a symlink issue? > diff -u expected_daemon actual_daemon
--- expected_daemon 2015-05-30 05:19:38.485674000 +0000
+++ actual_daemon 2015-05-30 05:19:37.753674000 +0000
@@ -1,5 +1,5 @@
Initializing daemon...
-initializing ipfs node at /home/ubuntu/go-ipfs/test/sharness/trash directory.t0060-daemon.sh/.ipfs
+initializing ipfs node at /home/ubuntu/.go_project/src/github.com/ipfs/go-ipfs/test/sharness/trash directory.t0060-daemon.sh/.ipfs
generating 2048-bit RSA keypair...done
peer identity: QmRwRKHMhXdBabdc7tv9TvDbznQggkTrW5a4GXGzmxGXmG
to get started, enter: |
There were the following issues with your Pull Request
Guidelines are available to help. Your feedback on GitCop is welcome on this issue This message was auto-generated by https://gitcop.com |
Exporting IPFS_PATH is enough to make the CircleCI sharness tests pass. |
@chriscool great stuff! |
@jbenet is there anything else I can do about this? |
One Travis test failed with "Error: context deadline exceeded":
|
@chriscool this is great, thanks. Will fix, force-push and merge |
IPFS_PATH should really be exported to make sure it is available to the ipfs binary. It looks like sharness tests fail otherwise on CircleCi. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
circleci support merged! thanks very much @chriscool \o/ |
No description provided.