mirror of
https://github.com/apache/nuttx.git
synced 2025-12-13 23:17:11 +08:00
Remove the double blank line from source files
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
746b68befc
commit
1d1bdd85a3
@@ -191,7 +191,6 @@ RUN cd renesas-tools/source/newlib && \
|
||||
RUN cd /tools/renesas-tools/build/gcc && \
|
||||
make && make install
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Final Docker image used for running CI system. This includes all toolchains
|
||||
# supported by the CI system.
|
||||
@@ -235,7 +234,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
|
||||
xxd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
# Configure out base setup for adding python packages
|
||||
ENV PIP_DISABLE_PIP_VERSION_CHECK=true
|
||||
# This disables the cache with value 0. We do not want caching as it
|
||||
|
||||
Reference in New Issue
Block a user