You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bootstrap): install git deps from linux.lock or linux.txt
Salt 3008+ replaced the static CI linux.txt artifact with linux.lock.
Pick whichever file exists in the checkout so one bootstrap script works
across Salt versions.
echoerror "Salt static CI requirements not found: expected requirements/static/ci/py${_py_version}/linux.lock or requirements/static/ci/py${_py_version}/linux.txt"
2795
+
return 1
2796
+
fi
2797
+
2798
+
echodebug "Installing Salt requirements from PyPi, ${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --ignore-installed ${_PIP_INSTALL_ARGS} -r ${_salt_static_ci_linux_req}"
0 commit comments