summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmair Javaid <omair.javaid@linaro.org>2016-04-07 21:00:07 +0500
committerOmair Javaid <omair.javaid@linaro.org>2016-04-07 21:00:07 +0500
commitf0b341e7979a4c3b241d28fa1f26b096332e0f89 (patch)
tree8b25bafd95e804260ecbeb7d5b1d82006d857699
parent6204dd2b1f77bf6cdb5ec9319160e8fd38922228 (diff)
Enable normal build, disable AArch64 build, enable testing.
-rwxr-xr-xbuildLocal.sh1
-rwxr-xr-xcheckoutSource.sh1
-rwxr-xr-xcmake.sh3
-rwxr-xr-xupdateScripts.sh2
4 files changed, 2 insertions, 5 deletions
diff --git a/buildLocal.sh b/buildLocal.sh
index c0947fa..d117205 100755
--- a/buildLocal.sh
+++ b/buildLocal.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-exit 0
set -e
source setEnv.sh
diff --git a/checkoutSource.sh b/checkoutSource.sh
index 0bfbb6d..6d2346e 100755
--- a/checkoutSource.sh
+++ b/checkoutSource.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-exit 0
set -e
source setEnv.sh
source cleanUp.sh
diff --git a/cmake.sh b/cmake.sh
index 8d4b8e2..5604421 100755
--- a/cmake.sh
+++ b/cmake.sh
@@ -1,9 +1,8 @@
#!/usr/bin/env bash
-exit 0
set -e
set -x
source setEnv.sh
rm -rf $buildDir/*
mkdir -p $buildDir/host
cd $buildDir/host
-cmake -GNinja -DCMAKE_BUILD_TYPE=Release $llvmDir -DCMAKE_C_COMPILER=clang-3.5 -DCMAKE_CXX_COMPILER=clang++-3.5 "-DLLVM_TARGETS_TO_BUILD=ARM;AArch64"
+cmake -GNinja -DCMAKE_BUILD_TYPE=Release $llvmDir -DCMAKE_C_COMPILER=clang-3.5 -DCMAKE_CXX_COMPILER=clang++-3.5 "-DLLVM_TARGETS_TO_BUILD=ARM"
diff --git a/updateScripts.sh b/updateScripts.sh
index 3382036..aae3479 100755
--- a/updateScripts.sh
+++ b/updateScripts.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -x
-rm -rf ../scripts/*
+rm -rf ./*
git clone http://git.linaro.org/git/people/omair.javaid/lldb-buildbot-scripts
cp lldb-buildbot-scripts/* .