Skip to content

Commit

Permalink
Switch off build tpch-dbgen for darwin (ydb-platform#4767)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored and MrLolthe1st committed May 28, 2024
1 parent f0e4129 commit 3704325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/library/benchmarks/gen/tpch-dbgen/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SUBSCRIBER(g:yql)
LIBRARY()
CONLYFLAGS(GLOBAL -DVECTORWISE GLOBAL -DLINUX GLOBAL -DTPCH GLOBAL -DRNG_TEST)
NO_WERROR()
IF(LINUX)
SRCS(
build.c
bm_utils.c
Expand All @@ -14,4 +15,5 @@ SRCS(
permute.c
rng64.c
)
ENDIF()
END()

0 comments on commit 3704325

Please sign in to comment.