Update compiler dependency

This commit is contained in:
Cagebreak Signing Key 7 2021-05-17 22:03:32 +02:00
commit b97ba95ee9

View file

@ -230,7 +230,7 @@ foreach name, dep : cagebreak_dependencies_dict
endforeach
reproducible_build_compiler = 'gcc'
reproducible_build_compiler_version = '10.2.0'
reproducible_build_compiler_version = '11.1.0'
if cc.get_id() != reproducible_build_compiler
warning('The compiler "' + cc.get_id() + '" differs from the one used to generate to binary specified in the README section "Reproducible Builds" (' + reproducible_build_compiler + ').')