Skip to content

Commit 58672bd

Browse files
danceratopzfelix314159
authored andcommitted
chore(ci): enable all precompiles in evmone build (ethereum#1262)
1 parent 9a50767 commit 58672bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/build-evm-client/evmone/action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ runs:
2525
submodules: true
2626
- name: Setup cmake
2727
uses: jwlawson/actions-setup-cmake@v2
28+
- name: "Install GMP"
29+
shell: bash
30+
run: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
2831
- name: Build evmone binary
2932
shell: bash
3033
run: |
3134
mkdir -p $GITHUB_WORKSPACE/bin
3235
cd $GITHUB_WORKSPACE/evmone
33-
cmake -S . -B build -DEVMONE_TESTING=ON
36+
cmake -S . -B build -DEVMONE_TESTING=ON -DEVMONE_PRECOMPILES_SILKPRE=1
3437
cmake --build build --parallel --target ${{ inputs.targets }}
3538
echo $GITHUB_WORKSPACE/evmone/build/bin/ >> $GITHUB_PATH

0 commit comments

Comments
 (0)