Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 252 files