From: Thomas M. DuBuisson Date: Sat, 29 Jul 2023 15:11:06 +0000 (-0700) Subject: CI: remove Lift's configuration X-Git-Tag: curl-8_3_0~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42697e377e3f544cd9c819c62f17609957e738d8;p=thirdparty%2Fcurl.git 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 --- 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"