mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Inherit defaults cmake options in toolchain file used by ossfuzz builder.
This commit is contained in:
@@ -33,7 +33,7 @@ RUN set -ex; \
|
||||
apt-get install -qqy --no-install-recommends \
|
||||
build-essential \
|
||||
software-properties-common \
|
||||
cmake ninja-build clang++-8 \
|
||||
cmake ninja-build clang++-8 libc++-8-dev libc++abi-8-dev \
|
||||
libboost-regex-dev libboost-filesystem-dev libboost-test-dev libboost-system-dev \
|
||||
libboost-program-options-dev \
|
||||
libjsoncpp-dev \
|
||||
|
||||
Reference in New Issue
Block a user