-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upgrade to Go 1.7 #121
Upgrade to Go 1.7 #121
Conversation
a807181
to
39785c8
Compare
39785c8
to
3bff179
Compare
3bff179
to
0a3be65
Compare
This PR is ready, I will integrate -msan if i find a solution to #123 |
@@ -1,6 +1,6 @@ | |||
language: go | |||
go: | |||
- 1.5 | |||
- 1.7 |
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.
shouldn't this be 1.7.1
?
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.
You mean be explicit about the patch version? ("1.7" uses the latest 1.7 release)
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.
OK it should use the latest patch release but it does not https://travis-ci.org/go-clang/gen/builds/158708830
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.
done. I also added #124 to these PRs because I needed to change the CC env anyway.
86363f9
to
f262c9b
Compare
Finally, the "env" TravisCI configuration was driving me crazy. |
f262c9b
to
ba63b16
Compare
I still have not finished the address sanitizer issue but this PR is rebased and ready to go. Here is the corresponding bootstrap PR go-clang/bootstrap#11 |
84174fc
to
fb0bbbc
Compare
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.
LGTM in principle, apart from the full/verbose stuff
CGO_LDFLAGS="-L`llvm-config --libdir`" go test -timeout 60s -race ./... | ||
CGO_LDFLAGS="-L`llvm-config --libdir`" go test -timeout 60s ./... | ||
test-full: | ||
$(ROOT_DIR)/scripts/test-full.sh | ||
test-verbose: |
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.
same as in bootstrap, why do we have both, test-full, test-verbose?
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.
Let's discuss that in the other PR go-clang/bootstrap#11 (comment)
fb0bbbc
to
76de4c0
Compare
No description provided.