Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
reenable mac CI
Browse files Browse the repository at this point in the history
also involves fixing some wasi-sdk installation bitrot
  • Loading branch information
iximeow committed Apr 1, 2020
1 parent fe0da08 commit caf30a6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Install wasi-sdk (macos)
run: |
curl -sS -L -O https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-7/wasi-sdk-7.0-macos.tar.gz
tar xf wasi-sdk-7.0-macos.tar.gz
sudo mv wasi-sdk-7.0/opt /opt
curl -sS -L -O https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-8/wasi-sdk-8.0-macos.tar.gz
tar xf wasi-sdk-8.0-macos.tar.gz
sudo mkdir -p /opt/wasi-sdk
sudo mv wasi-sdk-8.0/* /opt/wasi-sdk/
- name: Test Lucet
run: make test-except-fuzz
Expand Down

0 comments on commit caf30a6

Please sign in to comment.