Skip to content
Snippets Groups Projects
Commit d14d4f30 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[bob-devel] bump and add compiler packages

parent add08f6e
No related branches found
No related tags found
1 merge request!476[bob-devel] bump and add compiler packages
Pipeline #53582 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package: package:
name: beat-devel name: beat-devel
version: 2021.07.14 version: 2021.08.31
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -14,7 +14,7 @@ build: ...@@ -14,7 +14,7 @@ build:
requirements: requirements:
host: host:
- bob-devel 2021.07.14 - bob-devel 2021.08.31
- python {{ python }} - python {{ python }}
# the dependencies are pinned in bob-devel # the dependencies are pinned in bob-devel
- docker-py - docker-py
......
...@@ -6,7 +6,7 @@ package: ...@@ -6,7 +6,7 @@ package:
# there as well in the same merge request. # there as well in the same merge request.
# Then open an MR in bob/bob.devtools to put these new versions of bob-devel and # Then open an MR in bob/bob.devtools to put these new versions of bob-devel and
# beat-devel in `bob/devtools/data/conda_build_config.yaml` # beat-devel in `bob/devtools/data/conda_build_config.yaml`
version: 2021.07.14 version: 2021.08.31
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -19,6 +19,8 @@ build: ...@@ -19,6 +19,8 @@ build:
requirements: requirements:
host: host:
- python {{ python }} - python {{ python }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
# Dependency list of bob and beat packages. Everything is pinned to allow # Dependency list of bob and beat packages. Everything is pinned to allow
# for better reproducibility. # for better reproducibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment