Skip to content

macos + clang build #897

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 6 commits into from
Apr 7, 2022
Merged

macos + clang build #897

merged 6 commits into from
Apr 7, 2022

Conversation

DvirDukhan
Copy link
Collaborator

No description provided.

@DvirDukhan DvirDukhan requested a review from chayim January 13, 2022 20:55
@codecov
Copy link

codecov bot commented Jan 13, 2022

Codecov Report

Merging #897 (f604387) into master (2dd4ef1) will increase coverage by 0.08%.
The diff coverage is 95.86%.

@@            Coverage Diff             @@
##           master     #897      +/-   ##
==========================================
+ Coverage   81.30%   81.38%   +0.08%     
==========================================
  Files          54       54              
  Lines        8201     8210       +9     
==========================================
+ Hits         6668     6682      +14     
+ Misses       1533     1528       -5     
Impacted Files Coverage Δ
src/execution/DAG/dag_builder.c 100.00% <ø> (ø)
src/execution/DAG/dag_op.c 100.00% <ø> (ø)
src/execution/parsing/script_commands_parser.c 78.57% <ø> (-0.12%) ⬇️
.../serialization/RDB/decoder/previous/v2/decode_v2.c 46.37% <50.00%> (+0.45%) ⬆️
tests/module/LLAPI.c 75.89% <80.00%> (-0.02%) ⬇️
src/execution/background_workers.c 94.63% <94.73%> (+0.01%) ⬆️
src/redisai.c 87.92% <95.45%> (+0.12%) ⬆️
src/backends/tensorflow.c 72.43% <100.00%> (+0.06%) ⬆️
src/execution/DAG/dag.c 91.50% <100.00%> (-0.28%) ⬇️
src/execution/execution_contexts/execution_ctx.c 100.00% <100.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f034ebf...f604387. Read the comment docs.

Spartee
Spartee previously approved these changes Jan 13, 2022
Copy link
Contributor

@Spartee Spartee left a comment

Choose a reason for hiding this comment

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

LGTM! Passes build on clang (llvm 9) on mac OS 11.5. Thank you so much!

FYI @mellis13

chayim
chayim previously approved these changes Jan 16, 2022
@DvirDukhan DvirDukhan dismissed stale reviews from chayim and Spartee via e60d9ef March 15, 2022 20:15
get_deps.sh Outdated
@@ -191,15 +199,20 @@ if [[ $OS == linux ]]; then
else
echo "Only x64 is supported currently"
fi
else
echo "Only Linux OS is supported currently"
if [[ $GPU != 1 ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you mean something else here? These two variables look identical.

@chayim chayim self-requested a review April 4, 2022 12:16
@DvirDukhan DvirDukhan merged commit f6473e6 into master Apr 7, 2022
@DvirDukhan DvirDukhan deleted the macos_build branch April 7, 2022 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants