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"