Skip to content

Commit d41d9bd

Browse files
authored
Merge pull request #70057 from DougGregor/riscv-in-incremental-archs
Add RISCV to standard set of architectures for incremental buildbots
2 parents b90b326 + de186fd commit d41d9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ build-subdir=buildbot_incremental
587587
release
588588
assertions
589589

590-
llvm-targets-to-build=X86;ARM;AArch64;PowerPC
590+
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;RISCV
591591

592592
libcxx
593593
llbuild
@@ -1492,7 +1492,7 @@ mixin-preset=
14921492
[preset: LLDB_Nested]
14931493
skip-build-benchmarks
14941494
install-destdir=%(swift_install_destdir)s
1495-
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;SystemZ;Mips
1495+
llvm-targets-to-build=X86;ARM;AArch64;PowerPC;SystemZ;Mips;RISCV
14961496

14971497
[preset: LLDB_Swift_DebugAssert]
14981498
mixin-preset=

0 commit comments

Comments
 (0)