From 3fbcff1c2722988d05c5248f7ab54c53001b1ee1 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 4 Aug 2022 22:56:23 -0400 Subject: CI: remove nim from the ubuntu rolling install list We've never used it for anything, it was originally added for #3776 but that never got finished so it's just a waste. This also prevents successful regeneration of the build image, because nim is not available for Ubuntu rolling. It's available in 20.04 and 22.10, but vanished in between for reasons best known to Ubuntu. --- ci/ciimage/ubuntu-rolling/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index 550d311..8c32334 100755 --- a/ci/ciimage/ubuntu-rolling/install.sh +++ b/ci/ciimage/ubuntu-rolling/install.sh @@ -15,7 +15,7 @@ pkgs=( libomp-dev llvm lcov dub ldc - mingw-w64 mingw-w64-tools nim + mingw-w64 mingw-w64-tools libclang-dev libgcrypt20-dev libgpgme-dev -- cgit v1.1