Skip to content

Commit

Permalink
[native] Update clang check CI image
Browse files Browse the repository at this point in the history
Remove velox submodule update.
  • Loading branch information
majetideepak authored and wanglinsong committed Jul 16, 2024
1 parent 96711d6 commit d3393a2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ executors:
MAVEN_TEST: "-B -Dair.check.skip-all -Dmaven.javadoc.skip=true -DLogTestDurationListener.enabled=true --fail-at-end"
check:
docker:
- image: prestocpp/velox-check:mikesh-20210609
- image: public.ecr.aws/oss-presto/velox-dev:check
macos-intel:
macos:
xcode: "14.3.0"
Expand Down Expand Up @@ -280,11 +280,6 @@ jobs:
executor: check
steps:
- checkout
- run:
name: "Update velox"
command: |
cd presto-native-execution
make velox-submodule
- run:
name: Check formatting
command: |
Expand All @@ -295,11 +290,6 @@ jobs:
executor: check
steps:
- checkout
- run:
name: "Update velox"
command: |
cd presto-native-execution
make velox-submodule
- run:
name: "Check license headers"
command: |
Expand Down

0 comments on commit d3393a2

Please sign in to comment.