]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: remove Lift's configuration
authorThomas M. DuBuisson <thomas.dubuisson@gmail.com>
Sat, 29 Jul 2023 15:11:06 +0000 (08:11 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jul 2023 21:38:04 +0000 (23:38 +0200)
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 [deleted file]
.lift/setup.sh [deleted file]

diff --git a/.lift/config.toml b/.lift/config.toml
deleted file mode 100644 (file)
index a57f3ba..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, 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 (executable)
index aa6ff4f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, 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"