Skip to content

Commit

Permalink
DO NOT MERGE:
Browse files Browse the repository at this point in the history
* use branches in dependencies.yaml
* use build-kit-alpine tag feature/refactor-error-classes

Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Dec 6, 2023
1 parent af1af57 commit 5f7e726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
rsync -a source/.ci/build-kit/ scripts
- name: Pull docker container
run: |
docker pull --quiet ghcr.io/everest/build-kit-alpine:latest
docker image tag ghcr.io/everest/build-kit-alpine:latest build-kit
docker pull --quiet ghcr.io/everest/build-kit-alpine:refactor-error-classes
docker image tag ghcr.io/everest/build-kit-alpine:refactor-error-classes build-kit
- name: Compile
run: |
docker run \
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
everest-framework:
git: https://github.com/EVerest/everest-framework.git
git_tag: a233ec8
git_tag: refactor/error-handling
options: ["BUILD_TESTING OFF"]
sigslot:
git: https://github.com/palacaze/sigslot
Expand Down Expand Up @@ -61,7 +61,7 @@ ext-mbedtls:
# everest-testing
everest-utils:
git: https://github.com/EVerest/everest-utils.git
git_tag: a054460
git_tag: feature/refactor-error-classes
# evse-security, since this is a direct dependency of libocpp it will get overwritten by the version set there
# setting it here can be misleading since it does not affect the version being used
libevse-security:
Expand Down

0 comments on commit 5f7e726

Please sign in to comment.