From 3a4929452511d2d70eca0c31ef6d8340cf42cdda Mon Sep 17 00:00:00 2001 From: Moritz Heinemann Date: Fri, 26 Jul 2024 00:09:21 +0200 Subject: [PATCH 1/2] cleanup format check --- .ci/check_format.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/check_format.sh b/.ci/check_format.sh index 582da1fe1c..6faace745a 100755 --- a/.ci/check_format.sh +++ b/.ci/check_format.sh @@ -64,9 +64,6 @@ while read -r file; do if [[ $file == *"/boost-stacktrace/"* ]]; then continue fi - if [[ $file == *"/glm/"* ]]; then - continue - fi fi # ignore 3rd party dirs From 8264331ed1713fed4eb25b38fa2fd3945ff021b4 Mon Sep 17 00:00:00 2001 From: Moritz Heinemann Date: Fri, 26 Jul 2024 00:11:22 +0200 Subject: [PATCH 2/2] update CI docker --- .ci/docker/ubuntu/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/docker/ubuntu/Dockerfile b/.ci/docker/ubuntu/Dockerfile index 046953086d..21cbc136da 100644 --- a/.ci/docker/ubuntu/Dockerfile +++ b/.ci/docker/ubuntu/Dockerfile @@ -22,6 +22,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ xorg-dev \ # libsodium / gmp: autoconf libtool \ +# icu: + autoconf-archive \ # thrift: flex bison \ # GL/glu.h: