mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 12:16:49 +00:00
github: fix empty continuation line; remove trailing whitespace (#129535)
- Trailing whitespace shows up as red on my editor, so remove. - Docker on my machine warns that having line continuations like: ``` sudo \ foo ``` is deprecated, and will become an error, so fix that up ahead of time.
This commit is contained in:
parent
201208998f
commit
3ce92e1c4f
@ -40,7 +40,7 @@ RUN cmake -B ./build -G Ninja ./llvm \
|
||||
RUN ninja -C ./build stage2-clang-bolt stage2-install-distribution && ninja -C ./build install-distribution
|
||||
|
||||
FROM base as ci-container
|
||||
|
||||
|
||||
COPY --from=stage1-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
|
||||
|
||||
# Need to install curl for hendrikmuhs/ccache-action
|
||||
@ -49,7 +49,7 @@ COPY --from=stage1-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
|
||||
# Need git for SPIRV-Tools tests.
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
binutils \
|
||||
binutils \
|
||||
cmake \
|
||||
curl \
|
||||
git \
|
||||
@ -59,7 +59,6 @@ RUN apt-get update && \
|
||||
perl-modules \
|
||||
python3-psutil \
|
||||
sudo \
|
||||
|
||||
# These are needed by the premerge pipeline. Pip is used to install
|
||||
# dependent python packages and ccache is used for build caching. File and
|
||||
# tzdata are used for tests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user