Skip to content
Snippets Groups Projects
Commit ab544267 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Update build dependencies.

parent 9afb2b90
No related branches found
No related tags found
1 merge request!54Update 0.3.1 -> 0.4.0
Pipeline #71791 failed
......@@ -34,17 +34,17 @@ coverage:ubuntu_python:
- DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:artifacts, script]
release:pip:ubuntu:
variables:
# Building CPU quantization package
CIBW_ENVIRONMENT: >-
AIDGE_WITH_CUDA=OFF
before_script:
- !reference [.retrieve_deps:apt, script]
- DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_onnx")
- DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:repositories, script] # located in common.gitlab-ci.yml
- curl -sSL https://get.docker.com/ | sh
# release:pip:ubuntu:
# variables:
# # Building CPU quantization package
# CIBW_ENVIRONMENT: >-
# AIDGE_WITH_CUDA=OFF
# before_script:
# - !reference [.retrieve_deps:apt, script]
# - DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_onnx")
# - DEPENDENCY_JOB="build:ubuntu_python"
# - !reference [.ubuntu:download:repositories, script] # located in common.gitlab-ci.yml
# - curl -sSL https://get.docker.com/ | sh
# release:pip:windows:
......
......@@ -88,7 +88,7 @@ ignore = ["CVS"]
ignored-modules = ["aidge_core", "aidge_backend_cpu", "aidge_quantization", "onnx"]
## AIDGE DEPENDENCIES DECLARATION
[tool.cibuildwheel.environment]
AIDGE_DEPENDENCIES = "aidge_core aidge_backend_cpu aidge_onnx" # format => "dep_1 dep_2 ... dep_n"
AIDGE_DEPENDENCIES = "aidge_core aidge_backend_cpu" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/AIDGE_INSTALL_CIBUILDWHEEL"
[tool.cibuildwheel.linux]
before-build = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment