Skip to content

Commit

Permalink
update EBcL build tools to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirgang authored and thir820 committed Nov 19, 2024
1 parent 6b48bca commit 7307234
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configuration/build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Base-Name: ebcl_dev_container
Repository: ghcr.io/elektrobit
Base-Container: ubuntu:22.04
Version: v1.4.0
Version: v1.4.1
Layers:
- ../layers/base
- ../layers/pbuilder
Expand Down
4 changes: 2 additions & 2 deletions layers/embdgen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ RUN mkdir -p /build/keys
COPY conf/elektrobit.pub /build/keys/

# Install EBcL build helpers
RUN pip install jsonpickle robotframework requests pyyaml
RUN pip install jsonpickle robotframework requests pyyaml psutil

# Install EBcl build tools
WORKDIR /build
RUN git clone --branch v1.3.1 https://github.com/Elektrobit/ebcl_build_tools ebcl_build_tools
RUN git clone --branch v1.3.2 https://github.com/Elektrobit/ebcl_build_tools ebcl_build_tools
RUN pip install -e ebcl_build_tools

# Prepare cache folders
Expand Down
2 changes: 1 addition & 1 deletion tests/base.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Keyword Tags base

SDK version shall match the container version
[Tags] fast
Sdk Version v1.4.0
Sdk Version v1.4.1

SDK user shall be ebcl
[Tags] fast
Expand Down

0 comments on commit 7307234

Please sign in to comment.