-
-
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
Start fixing appveyor #2042
Start fixing appveyor #2042
Conversation
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Friedel Ziegelmayer <dignifiedquire@gmail.com>
License: MIT Signed-off-by: Friedel Ziegelmayer <dignifiedquire@gmail.com>
License: MIT Signed-off-by: Friedel Ziegelmayer <dignifiedquire@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
we may need to move it into the path? |
also, Feodor said
|
Progress, now make is running, but |
looks like the project is cloned to:
but that's not in the gopath, and it's looking for the packages in the proper gopath:
I would try: mkdir -p c:\go\src\github.com\ipfs
mv C:\projects\test c:\go\src\github.com\ipfs\go-ipfs
cd c:\go\src\github.com\ipfs\go-ipfs
# carry on i dont think symlinks will work |
Thanks @jbenet I changed the target clone directory to what you suggested and the |
build_script: | ||
- make install | ||
- mingw32-make install |
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.
From the doc, it appears this should have been mingw32-make nofuse
in windows.
An os detect to add the nofuse flag could have been incorporated into the makefile.
For faster build,
can be added [1]. |
@rht actually we don't need to install anything with chocolatey I realised, mingw and go 1.5.1 are already preinstalled :) |
@rht I'm not able to pass the |
What about adding |
I mean Since the |
If it doesn't work, the likely cause is due to |
test_script: | ||
- make $TEST_SUITE | ||
- make test_sharness_expensive |
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.
Actually, since go builds just fine, go test -tags nofuse ./...
can be added before running the sharness test. However, expect to see lots of goroutine errs.
@dignifiedquire, so it appears windows shell uses a different syntax to set the env var[1]. [1] #1982 (comment) |
yeah I was afraid of that, looks like most of the test setup is posix specific :( I will try to look if I can use cygwin or sth like that to emulate it, otherwise this will be really tricky |
@rht okay switched to using cygwin bash, which should support environment variables in posix style, but for some reason it's still trying to run the fuse tests :( |
Re-enabling |
@rht still failing :( |
License: MIT Signed-off-by: Jonathan Dahan <jonathan@jonathan.is>
Have install.sh put the full path to ipfs binary if detected
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
Fix path parser in add command
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
disable auto repo gc tests temporarily
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
Move api version check to header
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT Signed-off-by: Adam Gashlin <agashlin@gmail.com>
fix typo in AddrFilters error message
fix close notify
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
License: MIT Signed-off-by: dignifiedquire <dignifiedquire@gmail.com>
License: MIT Signed-off-by: dignifiedquire <dignifiedquire@gmail.com>
License: MIT Signed-off-by: dignifiedquire <dignifiedquire@gmail.com>
License: MIT Signed-off-by: dignifiedquire <dignifiedquire@gmail.com>
There were the following issues with your Pull Request
Guidelines and a script are available to help. Your feedback on GitCop is welcome on this issue. This message was auto-generated by https://gitcop.com |
No description provided.