Skip to content

Commit

Permalink
build: comparison tool NPE fix
Browse files Browse the repository at this point in the history
This should fix the spurious comparison tool failures.
See discussion here: bitcoin/bitcoin#6305

The race fix was cherry-picked on top of the version we're currently using, so
it should be functionally identical otherwise.
  • Loading branch information
theuni committed Jun 21, 2015
1 parent 247b914 commit 7c2c270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/native_comparisontool.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_comparisontool
$(package)_version=be0eef7
$(package)_version=8c6666f
$(package)_download_path=https://github.com/theuni/bitcoind-comparisontool/raw/master
$(package)_file_name=pull-tests-$($(package)_version).jar
$(package)_sha256_hash=46c2efa25e717751e1ef380d428761b1e37b43d6d1e92ac761b15ee92703e560
$(package)_sha256_hash=a865332b3827abcde684ab79f5f43c083b0b6a4c97ff5508c79f29fee24f11cd
$(package)_install_dirname=BitcoindComparisonTool_jar
$(package)_install_filename=BitcoindComparisonTool.jar

Expand Down

0 comments on commit 7c2c270

Please sign in to comment.