Skip to content

Commit

Permalink
remove LTODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 8, 2024
1 parent 5520e91 commit 94738f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docker/images/build-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN apt update \
g++=4:12.2.0-3 \
# compiler tools
ccache=4.8+really4.7.5-1 \
# LTODO not used but required
lcov=1.16-1

# additional packages
Expand All @@ -35,10 +34,8 @@ RUN apt update \
pkg-config=1.8.1-1 \
libpcap-dev=1.10.3-1 \
libcap-dev=1:2.66-4 \
# LTODO: move to build-env-everest-core
# required by RiseV2G
maven=3.8.7-1 \
# LTODO only everest-core
python3-build=0.9.0-1 \
libxml2-dev=2.9.14+dfsg-1.3~deb12u1 \
libxslt1-dev=1.1.35-1
Expand Down
1 change: 0 additions & 1 deletion docker/images/build-kit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY maven-settings.xml $ASSETS_PATH/

COPY ./entrypoint.sh /

# LTODO: why is this needed?
# Disable ownership checks
RUN git config --global --add safe.directory '*'

Expand Down

0 comments on commit 94738f4

Please sign in to comment.