Update Dockerfiles and CI scripts to Ubuntu 20.04 and simplify them.

This commit is contained in:
Daniel Kirchner
2020-05-11 17:35:01 +02:00
parent debee799dc
commit c1ed5bbb0f
12 changed files with 121 additions and 207 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ bool AsmAnalyzer::warnOnInstructions(evmasm::Instruction _instr, SourceLocation
// Similarly we assume bitwise shifting and create2 go together.
yulAssert(m_evmVersion.hasBitwiseShifting() == m_evmVersion.hasCreate2(), "");
auto errorForVM = [=](string const& vmKindMessage) {
auto errorForVM = [&](string const& vmKindMessage) {
typeError(
_location,
"The \"" +