Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Dorezyuk <ddo@qwello.eu>
  • Loading branch information
Dima Dorezyuk committed Nov 13, 2023
1 parent 99789a2 commit bc6a502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .ci/build-kit/compile.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/bin/bash
set -e

echo "Listing dirs"
ls -l
echo "Listing $EXT_MOUNT"
ls -l $EXT_MOUNT

# Install coverage dependencies
apt update && apt install -y gcovr lcov

Expand All @@ -15,7 +10,7 @@ source "$HOME/.cargo/env"

cmake \
-B build \
-S "$EXT_MOUNT" \
-S "$EXT_MOUNT/source" \
-G Ninja \
-DEVC_ENABLE_CCACHE=1 \
-DISO15118_2_GENERATE_AND_INSTALL_CERTIFICATES=OFF \
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
mkdir scripts
rsync -a source/.ci/build-kit/ scripts
# Run from debian since alpine 3.17 does not ship lcov.
# Run on debian since alpine 3.17 does not ship lcov.
- name: Pull docker container
run: |
docker pull --quiet ghcr.io/everest/build-kit-debian:latest
Expand All @@ -40,5 +40,4 @@ jobs:
run: |
docker run \
--volume "$(pwd):/ext" \
--name compile-container \
build-kit run-script compile

0 comments on commit bc6a502

Please sign in to comment.