aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 11e58108f..6827366a7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -5,7 +5,7 @@ commands:
steps:
- run:
name: "Pull submodules"
- command: git submodule update --init --recursive
+ command: git submodule update --init
llvm-source-linux:
steps:
- restore_cache:
@@ -33,13 +33,13 @@ commands:
steps:
- restore_cache:
keys:
- - binaryen-linux-v2
+ - binaryen-linux-v3
- run:
name: "Build Binaryen"
command: |
make binaryen
- save_cache:
- key: binaryen-linux-v2
+ key: binaryen-linux-v3
paths:
- build/wasm-opt
test-linux: