]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: update Lift config to match requirements of curl build
authorThomas M. DuBuisson <tommd@muse.dev>
Thu, 23 Sep 2021 02:05:06 +0000 (19:05 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Sep 2021 10:57:04 +0000 (12:57 +0200)
Also renamed Muse -> Lift, the new tool name.

Closes #7761

.lift/config.toml [moved from .muse/config.toml with 62% similarity]
.lift/setup.sh [new file with mode: 0755]
.muse/setup.sh [deleted file]

similarity index 62%
rename from .muse/config.toml
rename to .lift/config.toml
index 4e5b5cc63bdea7c26924e8fcfbcad32626d758c1..7a5e01f4c50d7a80225bdd27368cdcc2730c5202 100644 (file)
@@ -1,3 +1,3 @@
 ignore = [ "DEAD_STORE" ]
 build = "make"
-setup = ".muse/setup.sh"
+setup = ".lift/setup.sh"
diff --git a/.lift/setup.sh b/.lift/setup.sh
new file mode 100755 (executable)
index 0000000..a9bc873
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+./buildconf
+./configure --with-openssl
+echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
diff --git a/.muse/setup.sh b/.muse/setup.sh
deleted file mode 100755 (executable)
index 55872d5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-./buildconf
-./configure
-echo "Ran the setup script for muse including autoconf and executing ./configure"