Closed ffacs closed 10 months ago
Makes orc-format_ep a dependency of orc
Building breaks if make orc-format_ep or make have not been run.
make orc-format_ep
make
mkdir build && cd build && cmake .. -DBUILD_JAVA=OFF && make orc-scan -j 100 success
mkdir build && cd build && cmake .. -DBUILD_JAVA=OFF && make orc-scan -j 100
No
Thanks for the fix! Could you create a JIRA for this?
done
What changes were proposed in this pull request?
Makes orc-format_ep a dependency of orc
Why are the changes needed?
Building breaks if
make orc-format_ep
ormake
have not been run.How was this patch tested?
mkdir build && cd build && cmake .. -DBUILD_JAVA=OFF && make orc-scan -j 100
successWas this patch authored or co-authored using generative AI tooling?
No