From b97ba95ee930bf453eaa6ee41710dc32d9872cc1 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 7 Date: Mon, 17 May 2021 22:03:32 +0200 Subject: [PATCH] Update compiler dependency --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5ab89cb..de8db67 100644 --- a/meson.build +++ b/meson.build @@ -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 + ').')