You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the evmone (v11 -> v12) bump in #15321, we encountered a multitude of problems with the ossfuzz image; it would seem like the base image (maintained by Google) had it's LLVM toolchain (including clang) updated from clang15 to 18, which meant that we had to bump boost as well. But that then caused other failures during solidity test/compilation phase.
Seeing as Ipsilon is currently working on an EOF implementation, of which the first PR is soon to be merged, we're going to need the ossfuzz image to support evmone12 as soon as possible.
The text was updated successfully, but these errors were encountered:
During the evmone (v11 -> v12) bump in #15321, we encountered a multitude of problems with the ossfuzz image; it would seem like the base image (maintained by Google) had it's LLVM toolchain (including clang) updated from clang15 to 18, which meant that we had to bump boost as well. But that then caused other failures during solidity test/compilation phase.
Seeing as Ipsilon is currently working on an EOF implementation, of which the first PR is soon to be merged, we're going to need the ossfuzz image to support evmone12 as soon as possible.
The text was updated successfully, but these errors were encountered: