Skip to content

Commit

Permalink
Merge pull request #831 from wasmx/arm64
Browse files Browse the repository at this point in the history
circleci: Disable spectests for arm64-native
  • Loading branch information
axic authored Jun 20, 2022
2 parents 5c5fae0 + e0e7b42 commit c91e338
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ commands:
- run:
name: "Install WABT tools"
command: |
if type wast2json; then
wast2json --version
else
if ! type wast2json; then
[[ $OSTYPE = darwin* ]] && os=macos || os=ubuntu
cd /usr/local
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.20/wabt-1.0.20-$os.tar.gz | sudo tar xz --strip 1
fi
wast2json --version
install_testfloat:
description: "Install TestFloat test suite tools"
Expand Down Expand Up @@ -533,7 +532,7 @@ jobs:
- test
- benchmark:
min_time: "0.01"
- spectest
# TODO: Enable spectests

benchmark:
machine:
Expand Down

0 comments on commit c91e338

Please sign in to comment.