mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
Refactor osv build scripts
Correctly set and export variables Add sles_15.3 Related-To: NEO-5854 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6fba8d6138
commit
e5d5c23606
@@ -9,8 +9,8 @@
|
||||
set -ex
|
||||
|
||||
get_api_version() {
|
||||
API_VERSION="0"
|
||||
API_VERSION_SRC="master"
|
||||
API_VERSION="${API_VERSION:-0}"
|
||||
API_VERSION_SRC="${API_VERSION_SRC:-master}"
|
||||
API_DEB_MODEL_LINK=""
|
||||
API_RPM_MODEL_LINK=""
|
||||
if [ "${COMPONENT_MODEL}" != "ci" ]; then
|
||||
|
||||
Reference in New Issue
Block a user