mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 02:27:11 +00:00
Merge pull request #66 from wasmerio/feature/remove-cranestation-submodule
Remove cranestation submodule
This commit is contained in:
commit
310deb9780
@ -7,12 +7,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Pull submodules
|
|
||||||
command: |
|
|
||||||
# git pull --recurse-submodules
|
|
||||||
git submodule sync --recursive
|
|
||||||
git submodule update --recursive --init
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
@ -34,12 +28,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Pull submodules
|
|
||||||
command: |
|
|
||||||
# git pull --recurse-submodules
|
|
||||||
git submodule sync --recursive
|
|
||||||
git submodule update --recursive --init
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
@ -82,12 +70,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Pull submodules
|
|
||||||
command: |
|
|
||||||
# git pull --recurse-submodules
|
|
||||||
git submodule sync --recursive
|
|
||||||
git submodule update --recursive --init
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,4 +0,0 @@
|
|||||||
[submodule "cranelift"]
|
|
||||||
path = cranelift
|
|
||||||
url = https://github.com/wasmerio/cranelift.git
|
|
||||||
fetchrecursesubmodules = true
|
|
@ -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.
|
To build this project you will need Rust and Cargo.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# checkout code and associated submodules
|
# checkout code
|
||||||
git clone --recursive https://github.com/wasmerio/wasmer.git
|
git clone https://github.com/wasmerio/wasmer.git
|
||||||
cd wasmer
|
cd wasmer
|
||||||
|
|
||||||
# install tools
|
# install tools
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit cb62a1ead2c5346ccb0f1224ecae5939ac064f87
|
|
Loading…
x
Reference in New Issue
Block a user