Graham Batty
1c4fbbfafd
Switch search order to distcc-pump then pump.
...
Swift SVN r23382
2014-11-17 21:23:19 +00:00
Graham Batty
ebba297951
Look for alternate name for distcc pump mode command.
...
On Ubuntu this is installed as distcc-pump because there's some
dhcp tool with a command called pump that came first.
Swift SVN r23370
2014-11-17 17:15:12 +00:00
Dave Abrahams
1c871a1bcb
[buildbot-script] distcc-pump in the right place
...
We don't want distcc-pump output getting into the test command we spit
out for the Ninja case.
Swift SVN r23339
2014-11-15 00:16:08 +00:00
Dave Abrahams
dcf0be5f0d
[buildbot-script] Add missing DISTCC_PUMP
...
Some stuff wasn't building as fast as it could
Swift SVN r23299
2014-11-13 03:55:16 +00:00
Dave Abrahams
4d58b5895d
[buildbot-script] require --build-dir argument
...
Swift SVN r23291
2014-11-12 23:44:45 +00:00
Dave Abrahams
c127b8092c
[buildbot-script] add --reconfigure option
...
Allow the user to force a configuration run even if his CMakeCache.txt
already exists. This can be useful after editing CMakeCache.txt,
because sometimes the cmake run triggered by the build system is less
thorough.
Swift SVN r22848
2014-10-20 19:20:59 +00:00
Dave Abrahams
d76fa20f2f
[buildbot-script] Suppress "set +x" noise
...
Swift SVN r22847
2014-10-20 18:33:02 +00:00
Dave Abrahams
59f834ee70
[buildbot-script] Display issued commands
...
To improve debuggability and transparency, display commands such as
cmake invocations when executing them.
Swift SVN r22846
2014-10-20 18:24:09 +00:00
Dave Abrahams
55d035afdd
[build scripts] Debug swift + RelWithDebInfo llvm
...
Support this commonly-used configuration with the -D option to
build-script.sh
Swift SVN r22844
2014-10-20 17:53:01 +00:00
Anna Zaks
657e3f29ad
Attempt to fix the ASan buildbot by disabling sanitation of globals.
...
The ASan build is failing to link when "-dead_strip" option is present.
It's a known issue. Disabling sanitation of globals is a known workaround.
Swift SVN r22734
2014-10-14 21:14:00 +00:00
Dmitri Hrybenko
3230520c55
Force use of clang even on non-Darwin, for now
...
We use many C++11 and C11 features that other compilers don't implement
(C++11 type traits and C11 atomics, to name a few).
Swift SVN r22324
2014-09-28 01:42:37 +00:00
Dmitri Hrybenko
38bf8c66b5
Allow build-script.sh to work on non-Darwin systems
...
Swift SVN r22310
2014-09-27 17:50:07 +00:00
Argyrios Kyrtzidis
a2b46d8c1f
[utils/buildbot-script.sh] Use dash for the option.
...
Swift SVN r21667
2014-09-03 01:58:03 +00:00
Argyrios Kyrtzidis
67b69550dc
[utils/buildbot-script.sh] Add an option to build without assertions.
...
Swift SVN r21666
2014-09-03 01:54:57 +00:00
Dave Abrahams
f1a5acb3ba
distcc support for ios device and simulator
...
Swift SVN r21664
2014-09-03 00:38:39 +00:00
Ben Langmuir
2e879d7ba1
Add a --stress-test-sourcekit argument to the buildbot-script
...
Swift SVN r21639
2014-09-02 13:53:58 +00:00
Greg Parker
ca3b199268
[build] Build LLVM's AArch64 target even if we're not building Swift for iOS.
...
Swift SVN r21486
2014-08-27 19:04:01 +00:00
Dmitri Hrybenko
2f2b31a252
buildbot-script: use the proper test target name for SourceKit when
...
running the validation testsuite
Swift SVN r20621
2014-07-28 12:44:32 +00:00
Dmitri Hrybenko
3884eb91f0
Add infrastructure for the Swift validation testsuite
...
Swift SVN r20584
2014-07-26 00:34:01 +00:00
Greg Parker
e23480fad4
[test] Enable long tests for iOS on the buildbot.
...
Swift SVN r20472
2014-07-24 05:37:09 +00:00
Dave Abrahams
d3f4f5a52e
[buildbot-script.sh] don't add symlink to clang tree
...
We were leaving around a bit of detritus in the case where a symlink to
clang already existed under llvm
Swift SVN r20182
2014-07-18 21:13:04 +00:00
Greg Parker
04534da759
Add --show-sdks option to buildbot-script to print versions before building.
...
Swift SVN r19491
2014-07-02 23:43:48 +00:00
Kuba Brecka
aa1f68dada
Propagate C flags to LLVM/Clang CMake command (up to now we only propagated C++ flags). Useful to fix one ASan failing test, should be harmless for everything else.
...
Swift SVN r19093
2014-06-23 17:05:00 +00:00
Greg Parker
dfea044f4a
ARM64 -> AArch64 in llvm build configuration.
...
Swift SVN r18841
2014-06-12 21:47:51 +00:00
Jordan Rose
0c45c0c9e2
buildbot-script.sh: Factor out common settings, so that ASan can override them.
...
Our ASan compiler currently produces code that is not ABI-compatible with
the default compiler. This is probably a bug, but for now we can work around
it by building everything with the same compiler. This is a nice cleanup of
common flags as well.
Patch by Kuba Brecka!
Swift SVN r18838
2014-06-12 19:55:50 +00:00
Jordan Rose
adb917d1c1
Update ASan build to pass the SDK using -isysroot like the regular build.
...
The ASan build has to set CMAKE_C_FLAGS and CMAKE_CXX_FLAGS, but we were
already putting things in there in the regular build. Eventually we should
probably extract this out into a separate shell variable, but for now this
should help unstick things.
Patch by Kuba Brecka!
Swift SVN r18803
2014-06-11 17:34:06 +00:00
Jordan Rose
ba01eb9d98
buildbot-script.sh: Not all builds are RelWithDebInfo.
...
Greg removed this line, then restored it incorrectly.
Swift SVN r18438
2014-05-19 23:26:18 +00:00
Greg Parker
4f3f1c8d7a
Undo mistaken changes from r17975.
...
Swift SVN r18086
2014-05-14 23:45:11 +00:00
Greg Parker
f1073ffa8d
Remove packaging options from buildbot-script.
...
Swift SVN r17975
2014-05-12 23:30:09 +00:00
Greg Parker
7ea84bbb52
Add -target-cpu and -target-feature options to arm64 importer. Re-enable arm64.
...
Swift SVN r16501
2014-04-18 06:28:05 +00:00
Greg Parker
dedc3fa9bc
Disable arm64 build until rdar://16641385 is fixed.
...
Swift SVN r16431
2014-04-17 01:22:39 +00:00
Greg Parker
23a3b57772
Revert r16429.
...
Swift SVN r16430
2014-04-17 01:18:33 +00:00
Greg Parker
fdebe70eb1
Disable arm64 build until rdar://16641385 is fixed.
...
Swift SVN r16429
2014-04-17 01:15:12 +00:00
Dmitri Hrybenko
efabe13ee0
buildbot-script: build SourceKit unit tests before testing SourceKit
...
Swift SVN r15647
2014-03-30 14:56:28 +00:00
Greg Parker
3d0cf8bbd9
[build] Fix iOS bugs, again.
...
In retrospect testing this directly on the buildbot was not the most efficient approach.
Swift SVN r15497
2014-03-26 08:44:39 +00:00
Greg Parker
117533896c
[build] Fix typo.
...
Swift SVN r15496
2014-03-26 08:15:49 +00:00
Greg Parker
2825f83c3b
[build] Fix some bugs in the new iOS build handling.
...
Swift SVN r15495
2014-03-26 08:13:25 +00:00
Greg Parker
e3afea9bc5
[build] Add options to separately skip iOS device and simulator builds.
...
buildbot-script:
--skip-build-ios == --skip-build-ios-device --skip-build-ios-simulator
Swift SVN r15494
2014-03-26 07:59:36 +00:00
Greg Parker
bdf5f5b7bc
[build] Add options to separately skip iOS device and simulator tests.
...
buildbot-script:
--skip-test-ios == --skip-test-ios-device --skip-test-ios-simulator
build-script:
-i or --ios builds for iOS device and simulator, but tests simulator only.
Swift SVN r15493
2014-03-26 07:51:56 +00:00
Ted Kremenek
3add29cca2
Remove CMake Xcode warning options from builbot-script, and where appropriate at toe CMake file.
...
Swift SVN r15015
2014-03-14 00:27:35 +00:00
Ted Kremenek
6b5f1a2b4d
Enable a bunch of useful warnings (e.g., -Wuninitialized) when building using Xcode.
...
Swift SVN r14987
2014-03-13 00:49:04 +00:00
Greg Parker
b623972f10
[test] Enable 32-bit iOS simulator tests on the buildbot.
...
Swift SVN r14775
2014-03-07 08:15:04 +00:00
Greg Parker
ccc11fedb7
[build] Move the "tests failed" message in order to clean up sh -x output.
...
Swift SVN r14718
2014-03-06 03:52:36 +00:00
Daniel Dunbar
dad30f14fe
Restore buildbot performance tests.
...
Swift SVN r14536
2014-02-28 21:37:37 +00:00
Dave Zarzycki
5b0b709b3a
Buildbot: Temporarily disable performance tests, they used 'make' (now gone)
...
Swift SVN r14452
2014-02-27 05:28:36 +00:00
Dave Abrahams
3f31a312ae
[utils] buildbot-script: remove unused option
...
Swift SVN r14309
2014-02-24 19:25:10 +00:00
Greg Parker
866f0202d4
Use 10.10 Internal SDK for OS X builds in buildbot-script.
...
Swift SVN r14249
2014-02-22 02:49:58 +00:00
Argyrios Kyrtzidis
e77e43ff4a
[utils/buildbot-script.sh] Another fix for running of SourceKit tests; SwiftUnitTests target does not exist.
...
Swift SVN r14202
2014-02-21 05:39:45 +00:00
Argyrios Kyrtzidis
44d35e0718
[utils/buildbot-script.sh] Fix running of SourceKit tests.
...
Swift SVN r14201
2014-02-21 05:09:37 +00:00
Dave Abrahams
32aa71412a
Fix the buildbot-script
...
oops.
Swift SVN r13926
2014-02-14 22:23:00 +00:00