From 40c1d3662a7990859e6a29bd265edb271df64da9 Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Tue, 19 Aug 2025 11:56:49 +0300 Subject: [PATCH] Add lambda-p2034 GCC --- compilers.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compilers.yaml b/compilers.yaml index 4a6ffa0..ee25421 100644 --- a/compilers.yaml +++ b/compilers.yaml @@ -11,6 +11,7 @@ compilers: - { image: gcc, name: gcc_contracts, args: lock3-contracts-trunk } - { image: gcc, name: gcc_contracts_labels, args: lock3-contracts-labels-trunk } - { image: gcc, name: gcc_contracts_nonattr, args: contracts-nonattr-trunk } + - { image: gcc, name: gcc_lambda_p2034, args: contracts-lambda-p2034-trunk } - { image: gcc, name: gcc_coroutines, args: cxx-coroutines-trunk } - { image: gcc, name: gcc_gccrs_master, args: gccrs-master } - { image: gcc, name: gcc_modules, args: cxx-modules-trunk }