From 0e4a8d0b3e30c33862e4aa254248749eca3ec19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Tue, 29 Oct 2024 21:30:02 +0100 Subject: [PATCH] #2364: disable incorrect assertion in m.css --- ci/build_cpp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index d494b195f5..1d7531882f 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -184,7 +184,8 @@ then git clone "https://${token}@github.com/DARMA-tasking/DARMA-tasking.github.io" git clone https://github.com/mosra/m.css cd m.css - git checkout master + git checkout 699abdd5 + sed -i '2600d' documentation/doxygen.py # remove incorrect assertion cd ../ "$MCSS/documentation/doxygen.py" Doxyfile-mcss