Skip to content

Commit

Permalink
Fix Makefile for MacOS, remove redundant log from crud test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chitti-Ankith committed Apr 2, 2024
1 parent 34a2eb5 commit e535d95
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OPTFLAGS = -march=native -O0 -fno-strict-aliasing -DPINECONE_MOCK -g
ifeq ($(shell uname -s), Darwin)
ifeq ($(shell uname -p), arm)
# no difference with -march=armv8.5-a
OPTFLAGS =
OPTFLAGS = -O0 -fno-strict-aliasing -DPINECONE_MOCK -g
endif
endif

Expand Down
2 changes: 0 additions & 2 deletions test/expected/pinecone_crud.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
\o /dev/null
-- apikey
SET pinecone.api_key = 'fake';
-- apikey
SET pinecone.api_key = 'fake';
-- logging level
SET client_min_messages = 'notice';
-- flush each vector individually
Expand Down
2 changes: 0 additions & 2 deletions test/sql/pinecone_crud.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
\o /dev/null
-- apikey
SET pinecone.api_key = 'fake';
-- apikey
SET pinecone.api_key = 'fake';
-- logging level
SET client_min_messages = 'notice';
-- flush each vector individually
Expand Down

0 comments on commit e535d95

Please sign in to comment.