Skip to content

Commit 05160fa

Browse files
authored
Merge pull request #127 from stunnel/feature/qbt-musl-cross-make-version
feature: allow specifying the version of qbt-musl-cross-make
2 parents eeed883 + bdf86a1 commit 05160fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ libc and its supported architectures
9393
-e ARCHES="x86_64 aarch64 armv7 armv5 riscv64 s390x mips64 mips64el mipsel powerpc64le powerpc i686" \
9494
-e TLS_LIB="openssl" \
9595
-e LIBC="glibc" \
96+
-e QBT_MUSL_CROSS_MAKE_VERSION="" \
9697
-e CURL_VERSION="" \
9798
-e QUICTLS_VERSION="" \
9899
-e OPENSSL_VERSION="" \
@@ -169,6 +170,7 @@ For all `VERSION` variables, leaving them blank will automatically fetch the lat
169170
- `ARCHES`: The list of architectures to compile. You can set one or multiple architectures from the following options: [Compile](#Compile)
170171
- `TLS_LIB`: The TLS library. `openssl`(default, requires openssl 3.2.0+ and curl 8.6.0+) or `quictls`.
171172
- `LIBC`: The libc. `glibc`(default) or `musl`, only affects Linux.
173+
- `QBT_MUSL_CROSS_MAKE_VERSION`: The version of qbt-musl-cross-make, only affects Linux. Version `2508` and `2509` are not working. the latest working version is `2507`. Check the releases on [qbt-musl-cross-make/releases](https://github.com/userdocs/qbt-musl-cross-make/releases)
172174
- `CURL_VERSION`: The version of cURL. If set to `dev`, will clone the latest source code from GitHub.
173175
- `QUICTLS_VERSION`: The version of quictls.
174176
- `OPENSSL_VERSION`: The version of OpenSSL.

0 commit comments

Comments
 (0)