Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] Remove some trailing blanks #355

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
'libunwind',
'libcxx',
'libcxxabi',
'lld',
'lld',
],
vs="autodetect",
clean=True,
Expand Down Expand Up @@ -248,7 +248,7 @@
'libunwind',
'libcxx',
'libcxxabi',
'lld',
'lld',
],
vs = "autodetect",
clean = True,
Expand Down Expand Up @@ -3392,7 +3392,7 @@

all += [
# LLDB remote-linux builders.

# LLDB remote-linux on Ubuntu Linux host.
# The first stage uses pre-installed latest released Clang (see apt.llvm.org for details).
# The second stage uses pre-built cross Aarch64 Clang toolchain from the latest release branch
Expand Down Expand Up @@ -3521,7 +3521,7 @@
env = lldb_remote_linux_env.copy(),
)
},

# LLDB remote-linux on Windows host.
# The first stage builds the latest cross Aarch64 toolchain.
# The second stage uses just-built cross Aarch64 Clang toolchain
Expand Down