Skip to content

Commit

Permalink
Merge pull request ethereum#12376 from ethereum/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `breaking`
  • Loading branch information
chriseth authored Dec 13, 2021
2 parents 88cc422 + 2f90f2e commit 0bbf58e
Show file tree
Hide file tree
Showing 406 changed files with 2,946 additions and 1,983 deletions.
4 changes: 2 additions & 2 deletions .circleci/build_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd build
$boost_dir=(Resolve-Path $PSScriptRoot\..\deps\boost\lib\cmake\Boost-*)
..\deps\cmake\bin\cmake -G "Visual Studio 16 2019" -DBoost_DIR="$boost_dir\" -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded -DCMAKE_INSTALL_PREFIX="$PSScriptRoot\..\upload" -DUSE_Z3=OFF ..
if ( -not $? ) { throw "CMake configure failed." }
msbuild solidity.sln /p:Configuration=Release /m:5 /v:minimal
msbuild solidity.sln /p:Configuration=Release /m:10 /v:minimal
if ( -not $? ) { throw "Build failed." }
..\deps\cmake\bin\cmake --build . -j 5 --target install --config Release
..\deps\cmake\bin\cmake --build . -j 10 --target install --config Release
if ( -not $? ) { throw "Install target failed." }
Loading

0 comments on commit 0bbf58e

Please sign in to comment.