Skip to content

Commit 21832cb

Browse files
authored
Merge pull request #78013 from marcprux/patch-3
Update buildbot_linux_crosscompile_android preset
2 parents 1e9de68 + 0107a55 commit 21832cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

utils/build-presets.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -997,8 +997,6 @@ build-ninja
997997
android
998998
android-ndk=%(ndk_path)s
999999
android-api-level=21
1000-
build-swift-static-stdlib
1001-
build-swift-static-sdk-overlay
10021000
build-swift-stdlib-unittest-extra
10031001

10041002
# Path to the root of the installation filesystem.
@@ -1011,13 +1009,11 @@ host-test
10111009

10121010
install-prefix=/usr
10131011
install-llvm
1014-
install-static-linux-config
10151012
install-swift
10161013
install-swiftsyntax
10171014

10181015
skip-test-linux
10191016
skip-build-benchmarks
1020-
skip-early-swiftsyntax
10211017

10221018
reconfigure
10231019

@@ -1026,6 +1022,11 @@ mixin-preset=buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build
10261022

10271023
android-arch=aarch64
10281024

1025+
[preset: buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build,x86_64]
1026+
mixin-preset=buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build
1027+
1028+
android-arch=x86_64
1029+
10291030
# Ubuntu 18.04 preset for backwards compat and future customizations.
10301031
[preset: buildbot_linux_1804]
10311032
mixin-preset=buildbot_linux

0 commit comments

Comments
 (0)