-
Notifications
You must be signed in to change notification settings - Fork 278
v0.25.0 merge develop to master #2060
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…so add a 'apt clean' command to get a more thin layer.
…oken links (images/skycoindev-cli => images/dev-cli)
…Y_cipher_ChkSig => SKY_cipher_VerifyAddressSignedHash [====] Synthesis: Tested: 137 | Passing: 137 | Failing: 0 | Crashing: 0
…1_test_libc_cipher_and_coin
... since gcc@6 fails as follows ``` $ CC=gcc-6 make test-libc mkdir -p build/usr/tmp build/usr/lib build/usr/include mkdir -p build/libskycoin bin include rm -Rf build/libskycoin/libskycoin.a go build -buildmode=c-archive -o build/libskycoin/libskycoin.a ./lib/cgo/api.webrpc.client.go ./lib/cgo/cipher.address.go ./lib/cgo/cipher.bitcoin.go ./lib/cgo/cipher.crypto.go ./lib/cgo/cipher.hash.go ./lib/cgo/cli.create_rawtx.go ./lib/cgo/coin.outputs.go ./lib/cgo/libsky_error.go ./lib/cgo/libsky_handle.go ./lib/cgo/libsky_mem.go ./lib/cgo/main.go ./lib/cgo/wallet.wallet.go ./lib/cgo/wallet_option.go # crypto/x509 In file included from /usr/include/Availability.h:190:0, from /usr/include/sys/time.h:69, from /usr/include/sys/sysctl.h:82, from /Users/travis/.gimme/versions/go1.11.1.darwin.amd64/src/crypto/x509/root_cgo_darwin.go:14: /System/Library/Frameworks/CoreFoundation.framework/Headers/CFDateFormatter.h:53:34: error: "introduced" undeclared here (not in a function) kCFISO8601DateFormatWithYear API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)) = (1UL << 0), ^ /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:777:39: error: "deprecated" undeclared here (not in a function) const CFStringRef kCFURLLabelColorKey API_DEPRECATED("Use NSURLLabelColorKey", macosx(10.6, 10.12), ios(4.0, 10.0), watchos(2.0, 3.0), tvos(9.0, 10.0)); ^ /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:777:39: error: "message" undeclared here (not in a function) const CFStringRef kCFURLLabelColorKey API_DEPRECATE const CFStringRef kCFURLLabelColorKey A 10.12), io const CFStringRef kCFURLLabelColorKey A0, 10.0)); ^ In file included from /System/Library/Frameworks/Security.framework/HeadeIn file included from /System/Library/Frameworks/Security.framework/HeadeIn file included from /System/Library/Frameworks/Security.frarom /Users/travis/.gimme/versions/go1.11.1.darwin.amd64/src/crypto/x509/root_cgo_darwin.go:17: /System/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified "bytes" at file scope char bytes[kAuthorizationExternalFormLength]; ^~~~~ make: *** [build/libskycoin/libskycoin.a] Error 2 ``` p.s. commented out previous build steps to speed up the build
Send GIVP before disconnecting due to peer list full
…1_test_libc_cipher_and_coin
… release version strings. Run make newcoin
…ceed and no files should be changed
Changes detected after running make newcoin
… builds New make check-coin target
…c/skycoin/testdata/version-0.24.1.db Attempts to fix https://travis-ci.org/skycoin/skycoin/builds/470341203#L2211-L2236
README and live integration test fixups
…g make check-coin Reported in https://travis-ci.org/simelo/skycoin/jobs/470348021#L3024-L3029
... since ./src/params/ folder also has a templated file based on review => #2044 (comment)
Fix logging statement
[skycoin] fixes #2052 - Accept all valid API set names
- Remove directory change from hooks/build - Use of $IMAGE_NAME instead of a customized string
…oud_build [docker] fixes #2055 - Fix failures building Docker in Docker image
The failing |
iketheadore
approved these changes
Dec 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.