Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6743b130 authored by hhakim's avatar hhakim
Browse files

Temporarily limit the gitlab-runners capable to build py torch pkg for linux to this ci job only.

It's because this VM is configure with an older version of MATIO (1.5.7 libmatio.so.4) that makes fail other system packages gen.
parent 8e92d2b3
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ pkg_linux_release_static:
only:
- tags
.pages:
pages:
stage: gitlab_pages
script:
- if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
......@@ -509,8 +509,6 @@ pkg_linux_purepy_release_torch_linked:
variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", FAUST_TORCH: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "/opt/local/libtorch/share/cmake/Torch;../gpu_mod", EXPERIMENTAL_PKG: "OFF", CMAKE_CXX_COMPILER: "clang++"}
tags:
- torch
- linux
- tux_packager
.pkg_purepy_release_rasp:
stage: pkg
......@@ -758,7 +756,7 @@ test_win_purepy_pkg_extra_pyver:
- job: pkg_win_purepy_release_extra_pyver
artifacts: true
.pypi_pub:
pypi_pub:
stage: pkg_pub
script:
- python3 -m pip install --user twine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment