From 585e1655c2865e3ae7232002b5a7e5e0b4ffe76a Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 22 Apr 2025 20:26:00 -0400 Subject: [PATCH] ci: Update cppdap in extdeps jobs Match the version from commit 5098a08fde (cppdap: Update script to get version as of 2024-08-02, 2024-08-13, v3.31.0-rc1~232^2~1). --- .gitlab/ci/extdeps-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/extdeps-linux.sh b/.gitlab/ci/extdeps-linux.sh index f091525b8f..87ed1d8ca4 100755 --- a/.gitlab/ci/extdeps-linux.sh +++ b/.gitlab/ci/extdeps-linux.sh @@ -71,7 +71,7 @@ rm -rf jsoncpp-1.6.0* git clone https://github.com/google/cppdap.git cd cppdap -git checkout 03cc18678ed2ed8b2424ec99dee7e4655d876db5 # 2023-05-25 +git checkout c69444ed76f7468b232ac4f989cb8f2bdc100185 # 2024-08-02 cd .. cmake -S cppdap -B cppdap-build \ -DCPPDAP_USE_EXTERNAL_JSONCPP_PACKAGE=ON \