Skip to content

Commit

Permalink
test newer versions of wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Oct 26, 2022
1 parent a198350 commit 3efdafc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
41 changes: 22 additions & 19 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,30 @@ jobs:
strategy:
fail-fast: false
matrix:
cip_tag:
- static
- "5.37"
- "5.36"
- "5.34"
- "5.32"
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
cip:
- tag: static
- tag: "5.37"
- tag: "5.36"
- tag:"5.36"
wasmtime: v0.23.0
- tag:"5.34"
- tag:"5.32"
- tag:"5.30"
- tag:"5.28"
- tag:"5.26"
- tag:"5.24"
- tag:"5.22"
- tag:"5.20"
- tag:"5.18"
- tag:"5.16"
- tag:"5.14"
- tag:"5.12"
- tag:"5.10"
- tag:"5.8"

env:
CIP_TAG: ${{ matrix.cip_tag }}
CIP_TAG: ${{ matrix.cip.tag }}
ALIEN_WASMTIME_VERSION: ${{ matrix.cip.wasmtime }}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion maint/cip-before-install
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cip sudo apt-get install libffi-dev
cip exec cpanm -n PeekPoke::FFI Carp::Assert

if [ ! -z "$ALIEN_WASMTIME_VERSION" ]; then
cip exec env ALIEN_WASMTIME_VERSION=$ALIEN_WASMTIME_VERSION cpanm -n --reinstall Alien::wasmtime@0.16
cip exec env ALIEN_WASMTIME_VERSION=$ALIEN_WASMTIME_VERSION cpanm -n --reinstall Alien::wasmtime
else
echo "no ALIEN_WASMTIME_VERSION set"
fi

0 comments on commit 3efdafc

Please sign in to comment.