We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57302 commit 68be688Copy full SHA for 68be688
scripts/ziti-builder.sh
@@ -73,6 +73,7 @@ function set_workspace(){
73
--env "VCPKG_DEFAULT_BINARY_CACHE=${WORKSPACE}/.cache" \
74
--env "TLSUV_TLSLIB" \
75
--env "ZITI_SDK_DIR" \
76
+ --env "ZITI_SDK_VERSION" \
77
"openziti/ziti-builder:${ZITI_BUILDER_TAG:-latest}" \
78
"${WORKSPACE}/${SCRIPTSDIR}/${BASENAME}" "${@}"
79
fi
@@ -128,6 +129,7 @@ function main() {
128
129
-DBUILD_DIST_PACKAGES="${BUILD_DIST_PACKAGES:-OFF}" \
130
"${TLSUV_TLSLIB:+-DTLSUV_TLSLIB=${TLSUV_TLSLIB}}" \
131
"${ZITI_SDK_DIR:+-DZITI_SDK_DIR=${ZITI_SDK_DIR}}" \
132
+ "${ZITI_SDK_VERSION:+-DZITI_SDK_VERSION=${ZITI_SDK_VERSION}}" \
133
-S . \
134
-B ./build \
135
"${CMAKE_EXTRA_ARGS:-}"
0 commit comments