Skip to content
Snippets Groups Projects
Commit 22ded188 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'new-conda-build' into 'master'

[conda] Remove pin of conda-build

Closes #30

See merge request !66
parents da439745 2634664e
No related branches found
No related tags found
1 merge request!66[conda] Remove pin of conda-build
Pipeline #31692 passed
...@@ -387,7 +387,7 @@ if __name__ == '__main__': ...@@ -387,7 +387,7 @@ if __name__ == '__main__':
f.write(_BASE_CONDARC) f.write(_BASE_CONDARC)
conda_version = '4' conda_version = '4'
conda_build_version = '3.16' conda_build_version = '3'
conda_verify_version = '3' conda_verify_version = '3'
conda_verbosity = [] conda_verbosity = []
......
...@@ -31,7 +31,7 @@ requirements: ...@@ -31,7 +31,7 @@ requirements:
- click >=7 - click >=7
- click-plugins - click-plugins
- conda=4 - conda=4
- conda-build=3.16 - conda-build=3
- conda-verify=3 - conda-verify=3
- certifi - certifi
- pytz - pytz
...@@ -90,7 +90,7 @@ test: ...@@ -90,7 +90,7 @@ test:
- bdt ci readme --help - bdt ci readme --help
- bdt ci clean --help - bdt ci clean --help
- bdt ci nightlies --help - bdt ci nightlies --help
- bdt ci docs --help - bdt ci docs --help
- sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx - sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
- if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi - if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
......
  • Owner

    I'm wondering if this commit is the responsible for breaking the nightlies.

  • Author Owner

    This may be well the case. What is happening?

  • Owner

    Check https://gitlab.idiap.ch/bob/bob.blitz/-/jobs/168780

    At test time some test dependencies are not being installed. For instance, in this log, bob.extension (3.1.2b0) is missing.

  • Owner

    Well, bob.extension as a test dependency is not explicitly set in bob.blitz conda recipe.

    https://gitlab.idiap.ch/bob/bob.blitz/blob/master/conda/meta.yaml

    I'll check the conda build changelog to see if I can find something

  • Author Owner

    Yes, but it is a runtime dependence. This is the issue that we were having before that made us pin the conda-build dependence. @amohammadi may know something about this, and a fix. If I remember correctly, that will not come with us changing recipes...

  • Tiago de Freitas Pereira @tiago.pereira

    mentioned in commit 83b35eb6

    ·

    mentioned in commit 83b35eb6

    Toggle commit list
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