Merge pull request #66 from wasmerio/feature/remove-cranestation-submodule

Remove cranestation submodule
This commit is contained in:
Syrus Akbary 2018-12-17 21:56:29 -08:00 committed by GitHub
commit 310deb9780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 25 deletions

View File

@ -7,12 +7,6 @@ jobs:
steps:
- checkout
- run:
name: Pull submodules
command: |
# git pull --recurse-submodules
git submodule sync --recursive
git submodule update --recursive --init
- restore_cache:
keys:
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
@ -34,12 +28,6 @@ jobs:
steps:
- checkout
- run:
name: Pull submodules
command: |
# git pull --recurse-submodules
git submodule sync --recursive
git submodule update --recursive --init
- restore_cache:
keys:
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
@ -82,12 +70,6 @@ jobs:
steps:
- checkout
- run:
name: Pull submodules
command: |
# git pull --recurse-submodules
git submodule sync --recursive
git submodule update --recursive --init
- restore_cache:
keys:
- v4-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "cranelift"]
path = cranelift
url = https://github.com/wasmerio/cranelift.git
fetchrecursesubmodules = true

View File

@ -31,8 +31,8 @@ wasmer run examples/nginx/nginx.wasm -- -p examples/nginx -c nginx.conf
To build this project you will need Rust and Cargo.
```sh
# checkout code and associated submodules
git clone --recursive https://github.com/wasmerio/wasmer.git
# checkout code
git clone https://github.com/wasmerio/wasmer.git
cd wasmer
# install tools

@ -1 +0,0 @@
Subproject commit cb62a1ead2c5346ccb0f1224ecae5939ac064f87