From d86c011d24c5faf8ddda59af9fb7a4f63ba12fd3 Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Wed, 15 May 2024 13:18:53 -0400 Subject: [PATCH] [native] Improve build dockerfiles Disable tests and add support for Parquet and S3 --- presto-native-execution/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/presto-native-execution/docker-compose.yml b/presto-native-execution/docker-compose.yml index 81ede22c6ccd..2aa07b2a391d 100644 --- a/presto-native-execution/docker-compose.yml +++ b/presto-native-execution/docker-compose.yml @@ -34,6 +34,7 @@ services: - DEPENDENCY_IMAGE=presto/prestissimo-dependency:amd64-ubuntu-22.04 - BASE_IMAGE=amd64/ubuntu:22.04 - OSNAME=ubuntu + - EXTRA_CMAKE_FLAGS=-DPRESTO_ENABLE_TESTING=OFF -DPRESTO_ENABLE_PARQUET=ON -DPRESTO_ENABLE_S3=ON context: . dockerfile: scripts/dockerfiles/prestissimo-runtime.dockerfile environment: @@ -58,6 +59,7 @@ services: build: args: - BUILD_TYPE=Release + - EXTRA_CMAKE_FLAGS=-DPRESTO_ENABLE_TESTING=OFF -DPRESTO_ENABLE_PARQUET=ON -DPRESTO_ENABLE_S3=ON context: . dockerfile: scripts/dockerfiles/prestissimo-runtime.dockerfile environment: