From 42697e377e3f544cd9c819c62f17609957e738d8 Mon Sep 17 00:00:00 2001 From: "Thomas M. DuBuisson" Date: Sat, 29 Jul 2023 08:11:06 -0700 Subject: [PATCH] CI: remove Lift's configuration The Lift tool is being retired. Their site reads: "Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023." Closes #11541 --- .lift/config.toml | 8 -------- .lift/setup.sh | 7 ------- 2 files changed, 15 deletions(-) delete mode 100644 .lift/config.toml delete mode 100755 .lift/setup.sh diff --git a/.lift/config.toml b/.lift/config.toml deleted file mode 100644 index a57f3bad66..0000000000 --- a/.lift/config.toml +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (C) Daniel Stenberg, , et al. -# -# SPDX-License-Identifier: curl - -ignoreRules = [ "DEAD_STORE", "subprocess_without_shell_equals_true" ] -ignoreFiles = [ "tests/http/**" ] -build = "make" -setup = ".lift/setup.sh" diff --git a/.lift/setup.sh b/.lift/setup.sh deleted file mode 100755 index aa6ff4f4d8..0000000000 --- a/.lift/setup.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# Copyright (C) Daniel Stenberg, , et al. -# -# SPDX-License-Identifier: curl -autoreconf -fi -./configure --with-openssl -echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl" -- 2.47.3