Skip to content

Commit

Permalink
[native] Update CI image to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Jun 7, 2024
1 parent 68366e0 commit 49f6566
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 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-20240527
- image: public.ecr.aws/oss-presto/presto-native-dependency:0.288-20240530103355-3ad2e31
resource_class: 2xlarge
environment:
MAVEN_OPTS: "-Xmx4G -XX:+ExitOnOutOfMemoryError -XX:CompressedClassSpaceSize=3g"
Expand Down Expand Up @@ -94,14 +94,6 @@ jobs:
command: |
cd presto-native-execution
make velox-submodule
- run:
name: "Install JWT adapter dependency"
command: |
mkdir -p ${HOME}/adapter-deps/install
source /opt/rh/gcc-toolset-9/enable
set -xu
cd presto-native-execution
DEPENDENCY_DIR=${HOME}/adapter-deps PROMPT_ALWAYS_RESPOND=n ./scripts/setup-adapters.sh jwt
- run:
name: "Calculate merge-base date for CCache"
command: git show -s --format=%cd --date="format:%Y%m%d" $(git merge-base origin/master HEAD) | tee merge-base-date
Expand Down

0 comments on commit 49f6566

Please sign in to comment.