Skip to content

Commit

Permalink
ci: Update x86-64-v1 expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 23, 2023
1 parent 0de5967 commit 595135f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,14 +586,21 @@ jobs:
executor: linux-gcc-latest
environment:
BUILD_TYPE: Release
CMAKE_OPTIONS: -DCMAKE_CROSSCOMPILING_EMULATOR=qemu-x86_64-static
QEMU_CPU: core2duo # The lowest 64-bit CPU I could find, but qemu64 should be good too.
steps:
- run:
name: "Install qemu"
command: sudo apt update -y && sudo apt install -y qemu-user-static
- build
- test
- run:
name: "Check evmone.so"
working_directory: ~/build
command: (! qemu-x86_64-static bin/evmc run --vm ./lib/libevmone.so,trace 6000 2>&1) | grep "CPU does not support"
- run:
name: "Check unittests"
working_directory: ~/build
command: (! qemu-x86_64-static bin/evmone-unittests 2>&1) | grep "CPU does not support"



workflows:
Expand Down

0 comments on commit 595135f

Please sign in to comment.