Skip to content

Commit

Permalink
[native] Improve build dockerfiles
Browse files Browse the repository at this point in the history
Disable tests and add support for Parquet and S3
  • Loading branch information
majetideepak committed May 15, 2024
1 parent 941068b commit d86c011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions presto-native-execution/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d86c011

Please sign in to comment.