Skip to content

Commit

Permalink
Merge pull request #78 from utam0k/libcontainer-wasmedge
Browse files Browse the repository at this point in the history
runwasi: Use youki to fully support OCI runtime spec in wasmedge
  • Loading branch information
cpuguy83 committed Apr 22, 2023
2 parents 84f5c50 + 38f30fd commit ca5260f
Show file tree
Hide file tree
Showing 15 changed files with 986 additions and 466 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Setup OCI runtime build env
run: |
sudo apt -y update
sudo apt install -y pkg-config libsystemd-dev libdbus-glib-1-dev build-essential libelf-dev libseccomp-dev libclang-dev
- name: Setup WasmEdge build env
run: |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --version=0.11.2
Expand All @@ -35,10 +39,8 @@ jobs:
- name: Validate docs
run: ./scripts/validate-docs.sh
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all --verbose
run: |
sudo -E LD_LIBRARY_PATH=/home/runner/.wasmedge/lib /home/runner/.cargo/bin/cargo test --all --verbose
e2e:
needs: [build]
Expand Down
Loading

0 comments on commit ca5260f

Please sign in to comment.