mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
More lenient evmone build.
This commit is contained in:
parent
99f725f12b
commit
74a704675e
@ -1049,9 +1049,10 @@ jobs:
|
||||
( cd /usr/src; \
|
||||
git clone --branch="eof-functions-bak3" --recurse-submodules https://github.com/ethereum/evmone.git; \
|
||||
cd evmone; \
|
||||
sed -i -e 's/GNULIKE TRUE/GNULIKE FALSE/g' cmake/cable/CableCompilerSettings.cmake; \
|
||||
mkdir build; \
|
||||
cd build; \
|
||||
cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX="/usr" ..; \
|
||||
cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX="/usr" -Dcable_NO_CONVERSION_WARNINGS=ON -Dcable_NO_PEDANTIC=ON ..; \
|
||||
ninja; \
|
||||
ninja install/strip; \
|
||||
rm -rf /usr/src/evmone )
|
||||
|
Loading…
Reference in New Issue
Block a user