mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
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
This commit is contained in:
parent
f540a39b8b
commit
42697e377e
@ -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"
|
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user