mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03: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
2 changed files with 0 additions and 15 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue