mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
ci: ensure we use correct lld version in OpenBSD job
If we don't suffix with -${APT_LLVM_V}, then lld-21 will be installed.
This commit is contained in:
@@ -12,7 +12,7 @@ export APT_LLVM_V="22"
|
||||
export HOST=x86_64-unknown-openbsd
|
||||
export OPENBSD_VERSION=7.9
|
||||
export OPENBSD_SDK_BASENAME="openbsd-${HOST}-${OPENBSD_VERSION}"
|
||||
export PACKAGES="clang-${APT_LLVM_V} llvm-${APT_LLVM_V} lld"
|
||||
export PACKAGES="clang-${APT_LLVM_V} llvm-${APT_LLVM_V} lld-${APT_LLVM_V}"
|
||||
export SYSROOT="--sysroot=${DEPENDS_DIR}/SDKs/${OPENBSD_SDK_BASENAME}"
|
||||
export DEP_OPTS="build_CC=clang build_CXX=clang++ \
|
||||
CC='clang --target=${HOST} ${SYSROOT}' \
|
||||
|
||||
Reference in New Issue
Block a user