ci: windows: apply libff patch carried by hevm

master
Emilio López 2 days ago committed by Emilio López
parent 1e1531cf58
commit 602686a860
  1. 3
      .github/scripts/install-libff.sh
  2. 2
      .github/workflows/ci.yml

@ -37,6 +37,9 @@ fi
if [ "$HOST_OS" = "Windows" ]; then
ARGS+=("-G" "Ninja")
sed -i 's/find_library(GMP_LIBRARY gmp)/find_library(GMP_LIBRARY NAMES libgmp.a)/' CMakeLists.txt
# Apply windows-specific libff patch carried by hevm
curl -fsSL https://raw.githubusercontent.com/ethereum/hevm/1abe4c79eeada928acc279b631c48eeb2a1376c2/.github/scripts/libff.patch | patch -p1
fi
mkdir -p build

@ -10,7 +10,7 @@ on:
env:
# Tag for cache invalidation
CACHE_VERSION: v8
CACHE_VERSION: v9
jobs:
build:

Loading…
Cancel
Save