From b7a5331ddb49c0658da283b5e89f05873d4991fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 14 Oct 2020 13:20:42 +0200 Subject: [PATCH] ci: Fix TestFloat compilation --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index e091b1c7dc..9ecfc051e1 100644 --- a/circle.yml +++ b/circle.yml @@ -49,6 +49,9 @@ commands: working_directory: /tmp command: | if [ ! -f testfloat_gen ]; then + # GCC compiler is expected, create link from clang if gcc not availble. + type gxx || (cd $(dirname $(which clang)) && ln -s clang gcc) + git clone --depth=1 --single-branch https://github.com/ucb-bar/berkeley-softfloat-3.git git clone --depth=1 --single-branch https://github.com/ucb-bar/berkeley-testfloat-3.git