8000 add fuzzer output to gitignore; remove ancient secp build instructions from Travis by apoelstra · Pull Request #73 · rust-bitcoin/rust-bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add fuzzer output to gitignore; remove ancient secp build instructions from Travis #73

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
merged 3 commits into from
Apr 16, 2018

Conversation

apoelstra
Copy link
Member

Compiling libsecp in Travis was needed in 2014 when rust-secp did not bundle its own copy of libsecp.

@apoelstra apoelstra requested a review from TheBlueMatt April 3, 2018 13:59
.gitignore Outdated
@@ -1,6 +1,10 @@
target
Cargo.lock

#fuzzer output
fuzz/hfuzz_target
fuzz/hfuzz_workspace
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'd need to move the committed-input-vectors to another directory and have travis-fuzz.sh copy them over.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what it's worth, it's possible to have committed files in a .gitignore location, and even to update them, it's just mysterious and a pain in the ass. Agreed we should not do this :)

I'll update the PR to copy stuff.

@apoelstra apoelstra force-pushed the minor-stuff branch 4 times, most recently from dc6d21e to 607016d Compare April 16, 2018 21:11
Copy link
Member
@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@TheBlueMatt TheBlueMatt merged commit 33c33c9 into master Apr 16, 2018
Tibo-lg pushed a commit to p2pderivatives/rust-bitcoin that referenced this pull request Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0