Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/build_container/build_recipes/wavm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ cp -pR include/ "$THIRDPARTY_BUILD"/lib/llvm-6.0/include/

# WAVM.

COMMIT=69d647ecf6d355921b79a58aa6b1d674a76b4c2b # 2019-01-24
SHA256=b0789161eb96cc0695cda6e0ea0b2db0bd1919795cebf5d139d66a173234d301
COMMIT=d3607084b98017243cefe699064d4d5cf3f50fd9 # Thu Feb 14 13:12:32 2019 -0500

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to update it to latest version (i.e. 275e15fff5928d5cac3b8c5410c5a3b3fa7168ac)?

SHA256=27d8171268a32f74f5432e75243776751b69ba78a37642154aba717ffc1bd404

curl https://github.com/WAVM/WAVM/archive/"$COMMIT".tar.gz -sLo WAVM-"$COMMIT".tar.gz \
&& echo "$SHA256" WAVM-"$COMMIT".tar.gz | sha256sum --check
Expand Down