Kokoro: Split linux cmake cfgs into static/shared
Allows for testing of generation of both static libraries and shared objects. The old configs are staying in place until I'm confident everything is working correctly. Issues: #1421, #1484, #2283
This commit is contained in:
@@ -43,5 +43,6 @@ docker run --rm -i \
|
||||
--workdir "${ROOT_DIR}" \
|
||||
--env ROOT_DIR="${ROOT_DIR}" \
|
||||
--env SCRIPT_DIR="${SCRIPT_DIR}" \
|
||||
--env BUILD_SHARED_LIBS="${BUILD_SHARED_LIBS:-0}" \
|
||||
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
|
||||
"gcr.io/shaderc-build/radial-build:latest"
|
||||
|
||||
Reference in New Issue
Block a user