Skip to content

Commit 06671bc

Browse files
committed
trying to fix the testing-drivers build
1 parent 793fcf0 commit 06671bc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/cubejs-docker/testing-drivers.Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ COPY packages/cubejs-clickhouse-driver/package.json packages/cubejs-clickhouse-d
4343
COPY packages/cubejs-crate-driver/package.json packages/cubejs-crate-driver/package.json
4444
COPY packages/cubejs-dremio-driver/package.json packages/cubejs-dremio-driver/package.json
4545
COPY packages/cubejs-druid-driver/package.json packages/cubejs-druid-driver/package.json
46+
COPY packages/cubejs-duckdb-driver/package.json packages/cubejs-duckdb-driver/package.json
4647
COPY packages/cubejs-elasticsearch-driver/package.json packages/cubejs-elasticsearch-driver/package.json
4748
COPY packages/cubejs-firebolt-driver/package.json packages/cubejs-firebolt-driver/package.json
4849
COPY packages/cubejs-hive-driver/package.json packages/cubejs-hive-driver/package.json
@@ -67,6 +68,7 @@ COPY packages/cubejs-sqlite-driver/package.json packages/cubejs-sqlite-driver/pa
6768
COPY packages/cubejs-ksql-driver/package.json packages/cubejs-ksql-driver/package.json
6869
COPY packages/cubejs-dbt-schema-extension/package.json packages/cubejs-dbt-schema-extension/package.json
6970
COPY packages/cubejs-jdbc-driver/package.json packages/cubejs-jdbc-driver/package.json
71+
COPY packages/cubejs-vertica-driver/package.json packages/cubejs-vertica-driver/package.json
7072

7173
# We dont need client libraries
7274
#COPY packages/cubejs-templates/package.json packages/cubejs-templates/package.json
@@ -121,6 +123,7 @@ COPY packages/cubejs-clickhouse-driver/ packages/cubejs-clickhouse-driver/
121123
COPY packages/cubejs-crate-driver/ packages/cubejs-crate-driver/
122124
COPY packages/cubejs-dremio-driver/ packages/cubejs-dremio-driver/
123125
COPY packages/cubejs-druid-driver/ packages/cubejs-druid-driver/
126+
COPY packages/cubejs-duckdb-driver/ packages/cubejs-duckdb-driver/
124127
COPY packages/cubejs-elasticsearch-driver/ packages/cubejs-elasticsearch-driver/
125128
COPY packages/cubejs-firebolt-driver/ packages/cubejs-firebolt-driver/
126129
COPY packages/cubejs-hive-driver/ packages/cubejs-hive-driver/
@@ -146,6 +149,7 @@ COPY packages/cubejs-ksql-driver/ packages/cubejs-ksql-driver/
146149
COPY packages/cubejs-dbt-schema-extension/ packages/cubejs-dbt-schema-extension/
147150
COPY packages/cubejs-jdbc-driver/ packages/cubejs-jdbc-driver/
148151
COPY packages/cubejs-databricks-jdbc-driver/ packages/cubejs-databricks-jdbc-driver/
152+
COPY packages/cubejs-vertica-driver/ packages/cubejs-vertica-driver/
149153

150154
# We dont need client libraries
151155
#COPY packages/cubejs-templates/ packages/cubejs-templates/
@@ -157,8 +161,8 @@ COPY packages/cubejs-databricks-jdbc-driver/ packages/cubejs-databricks-jdbc-dri
157161
#COPY packages/cubejs-client-ws-transport/ packages/cubejs-client-ws-transport/
158162
#COPY packages/cubejs-playground/ packages/cubejs-playground/
159163

160-
# As we don't need any UI to test drivers, it's enough to transpile ts only.
161-
RUN yarn lerna run tsc
164+
RUN yarn lerna run build
165+
162166
RUN find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
163167

164168
######################################################################

0 commit comments

Comments
 (0)