From 5e5446b028e9d84fb96d3225df1d028fcd07b122 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 24 Mar 2021 14:14:07 +0100 Subject: [PATCH] disable name mangling test for now, it is incompatible with using the string_ident feature --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fba7867d..de16cf2cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build-coq.dev: <<: *template variables: OPAM_PINS: "coq version dev" - MANGLE_NAMES: "1" + #MANGLE_NAMES: "1" name mangling causes issues with string_ident build-coq.8.13.1: <<: *template -- GitLab