summaryrefslogtreecommitdiff
path: root/build_test.bash
AgeCommit message (Collapse)Author
2020-12-17Skip mainline_sdk by default in build_test.bashAnton Hansson
This product does not work in build_test yet for two reasons: - it's a soong-only build and kati does not pass - it requires the FORCE_BUILD_LLVM_COMPONENTS env variable to be set Bug: 174315599 Test: build_test Change-Id: I6d1be1a9779028fb6b7504b6853edcd6db71e35a
2020-11-10Perform Bazel cleanup using "--batch --max_idle_secs=1" instead of a trap.Rupert Shuttleworth
Test: Manually. Change-Id: Id28f504fec8c6f7222646fe822264f0a4a746825
2020-10-27Add smoke test for Bazel.Rupert Shuttleworth
Test: Manually typed the commands in AOSP root. Change-Id: I5ecf85f9d715f2759d27de4ac18b4928eb306550
2018-10-15Unset BUILD_NUMBER in build_test.bashDan Willemsen
To make build server incrementals of build_test actually incremental. Test: Set different BUILD_NUMBERs, run build_test.bash --incremental Change-Id: Ice0e9a6f6c1dd3a3e0332b98081e82a3df74ce59
2017-10-10Get some more debugging for ckati crashesDan Willemsen
The crash we're following is likely a stack overflow. Use an alternate stack to actually get the backtraces. Also write out ulimit to reference what the stack size should be. Bug: 36182021 Test: ulimit -s 768; build/soong/build_test.bash Change-Id: I8826e5e53f38af552c8b80a1a8a490fde55f2d4b
2017-10-06have build_test.bash work when run as ./build_test.bashJeff Gaston
Test: ./build_test.bash Bug: 67478260 Change-Id: I027dcf7505def2253b9e41721aa6c226239f69c7
2017-07-24Switch to blueprint's microfactoryDan Willemsen
Bug: 63720725 Test: m -j nothing Test: mkdir o; ../bootstrap.bash; ./soong Change-Id: Id1f8312678f36afd08b49f8511fec3e6e5ba8de2
2017-06-20Capture backtraces during build_testDan Willemsen
We're seeing random ckati segfaults, and ASAN only hides the problem, so attempt to capture more information. Bug: 36182021 Test: build/soong/build_test.bash, kill -SIGSEGV <ckati> Change-Id: I854ae846df0c47f69ec8d39b9a3d9e6f482e0854
2017-05-15Add build_test.sh, split common parts of soong_ui.bashDan Willemsen
Move common microfactory functions to cmd/microfactory/microfactory.bash so that they can be used to build both soong_ui for normal build and multiproduct_kati for build system tests. Test: m -j Test: build/soong/build_test.bash Change-Id: I9512642d846ce54d05a027b6d33a2b3029b3f90b