JOB_PYTHON:"python3"# if set again in job, it hides this one (precedence: https://docs.gitlab.com/13.6/ee/ci/variables/#priority-of-environment-variables)
WIN_PY_VER:'3.9'# default python version used to build python wrapper on windows (for both whl package and nsis .exe)
NIX_PY_VER:'3.9'# default python version used to build python wrapper for "unix" system packages (pkg/macos, rpm/deb/linux)
WIN_PY_VER:'3.10'# default python version used to build python wrapper on windows (for both whl package and nsis .exe)
NIX_PY_VER:'3.10'# default python version used to build python wrapper for "unix" system packages (pkg/macos, rpm/deb/linux)
GEN_EGG:'OFF'
USE_OPENBLASO:'OFF'# by default any pip whl pkg doesn't use openblas-openmp (eigen blas backend)
PYFAUST_PKG_NAME:'pyfaust'# default package name, it can change for openblas-openmp whl package # only used in test_unix_purepy_pkg job
...
...
@@ -368,7 +368,7 @@ pkg_linux_release_static:
-job:pkg_linux_purepy_release
artifacts:true
pages:
.pages:
stage:gitlab_pages
script:
-if [[ ! -d 'build' ]]; then mkdir build;fi; cd build