mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
just dont
This commit is contained in:
parent
0091264b65
commit
4bb3fed1e6
@ -12,8 +12,6 @@ run_install_sodium: &run_install_sodium
|
|||||||
run_with_build_env_vars: &run_with_build_env_vars
|
run_with_build_env_vars: &run_with_build_env_vars
|
||||||
environment:
|
environment:
|
||||||
LLVM_SYS_70_PREFIX: /home/circleci/project/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/
|
LLVM_SYS_70_PREFIX: /home/circleci/project/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/
|
||||||
SODIUM_LIB_DIR: /usr/local/lib
|
|
||||||
SODIUM_STATIC: true
|
|
||||||
|
|
||||||
run_install_dependencies: &run_install_dependencies
|
run_install_dependencies: &run_install_dependencies
|
||||||
run:
|
run:
|
||||||
@ -44,7 +42,6 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v6-lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v6-lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
- v1-lint-{{ arch }}-{{ checksum "scripts/install_lib_sodium.sh" }}
|
|
||||||
- <<: *run_install_dependencies
|
- <<: *run_install_dependencies
|
||||||
- run:
|
- run:
|
||||||
name: Install lint deps
|
name: Install lint deps
|
||||||
|
Loading…
Reference in New Issue
Block a user