Skip to content

Commit

Permalink
[native] update CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed May 28, 2024
1 parent bb51436 commit 46405d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ executors:
build:
docker:
# These images are managed by the Presto Release team.
- image: public.ecr.aws/oss-presto/prestocpp:root-20240416
- image: public.ecr.aws/oss-presto/prestocpp:root-20240527
resource_class: 2xlarge
environment:
MAVEN_OPTS: "-Xmx4G -XX:+ExitOnOutOfMemoryError -XX:CompressedClassSpaceSize=3g"
Expand Down Expand Up @@ -258,7 +258,6 @@ jobs:
source /opt/rh/gcc-toolset-9/enable
set -xu
cd presto-native-execution
DEPENDENCY_DIR=${HOME}/adapter-deps PROMPT_ALWAYS_RESPOND=n ./velox/scripts/setup-adapters.sh
DEPENDENCY_DIR=${HOME}/adapter-deps PROMPT_ALWAYS_RESPOND=n ./scripts/setup-adapters.sh jwt
- run:
name: "Build All"
Expand Down

0 comments on commit 46405d0

Please sign in to comment.