-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
afl-persistent 1.4: add patch to fix macos build #25144
Conversation
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Failure is
|
The crowbar 0.2 failure is interesting:
|
But unrelated |
@@ -9,6 +9,9 @@ build: [ | |||
[ "dune" "build" "-p" name "-j" jobs ] | |||
[ "./config.sh" ] | |||
] | |||
patches: [ | |||
"config.patch" | |||
] |
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.
what is missing here is a section:
extra-files: [
["config.patch" "md5=<>"]
]
at least with the upcoming change in opam ocaml/opam#5564 this extra-files
section is necessary...
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.
I like this change, thanks for pointing it out. I'll send a PR immediately.
No description provided.