-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
avro-c avro-cpp avro-tools 1.11.1 #118877
avro-c avro-cpp avro-tools 1.11.1 #118877
Conversation
|
Formula/avro-c.rb
Outdated
system "cmake", "-S", ".", "-B", "build", *std_cmake_args | ||
system "cmake", "--build", "build" | ||
system "cmake", "--install", "build" | ||
|
||
pkgshare.install "tests/test_avro_1087" |
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.
Error: An exception occurred within a child process:
Errno::ENOENT: No such file or directory - tests/test_avro_1087
Build may be skipping compiling test now. May want to just install a C test code and compile it during the test block.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
3d8a572
to
800d9c5
Compare
No idea how to fix this one. /opt/homebrew/include/avro/CustomFields.hh:24:10: fatal error: '../impl/json/JsonDom.hh' file not found
#include "../impl/json/JsonDom.hh"
^~~~~~~~~~~~~~~~~~~~~~~~~ |
800d9c5
to
f769870
Compare
b080f6c
to
2c598f7
Compare
I'm dropping avro-cpp from this. It can be updated in the next release. |
Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>
2c598f7
to
a833f46
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?continuing #107777
upstream patch, apache/avro#1826