Skip to content

Commit

Permalink
ci: re-enable ci on windows with wasmer_wamr feature (#134)
Browse files Browse the repository at this point in the history
* ci: re-enable ci on windows with wasmer_wamr feature

* ci: install ninja in windows ci

* chore: remove no longer accurate comment
  • Loading branch information
mattyg authored Dec 20, 2024
1 parent d136c6c commit 8471690
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
wasmer-feature:
- "wasmer_sys_dev"
- "wasmer_sys_prod"
# TODO Building with wasmer_wamr feature flag on windows is not currently working.
# See https://github.com/holochain/holochain-wasmer/issues/117
# - "wasmer_wamr"
- "wasmer_wamr"
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -66,6 +64,11 @@ jobs:
LLVM_DIR=$(pwd)/${{ env.LLVM_DIR }}
mkdir -p ${LLVM_DIR}
curl --proto '=https' --tlsv1.2 -sSf "https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-windows-amd64.tar.xz" -L -o - | tar xJv -C ${LLVM_DIR}
- name: Install Ninja
uses: MinoruSekine/[email protected]
with:
buckets: extras
apps: ninja
- name: test root
shell: pwsh
run: |
Expand Down

0 comments on commit 8471690

Please sign in to comment.