From: Tom Trahan <t...@shippable.com>

---
/** Email created from pull request 231 (ttrahan:master)
 ** https://github.com/Linaro/odp/pull/231
 ** Patch: https://github.com/Linaro/odp/pull/231.patch
 ** Base sha: ec0c3145fcafa09ae3a79875e7e07dd4794583cc
 ** Merge commit sha: 5581c40ffa889a36e4fae8f496434ec94bef6961
 **/
 shippable.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/shippable.yml b/shippable.yml
index fba88e70a..7e02acb51 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -37,9 +37,9 @@ build:
     - mkdir -p /dev/shm/odp
     # - export CUNIT_VERSION=2.1-3
     - |
-      curl -sSOL 
https://github.com/Linaro/libcunit/releases/download/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2
-      tar -jxf *.bz2
-      pushd CUnit*
+      # curl -sSOL 
https://github.com/Linaro/libcunit/releases/download/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2
+      # tar -jxf *.bz2
+      # pushd CUnit*
       libtoolize --force --copy
       aclocal
       autoheader
@@ -48,7 +48,7 @@ build:
       ./configure --prefix=$HOME/cunit-install --enable-debug 
--enable-automated --enable-basic --enable-console --enable-examples 
--enable-test || cat config.log
       make
       sudo make install
-      popd
+      # popd
     - ./bootstrap
     - export 
PKG_CONFIG_PATH="$HOME/cunit-install/lib/pkgconfig:${PKG_CONFIG_PATH}"
     - export LD_LIBRARY_PATH="$HOME/cunit-install/lib:$LD_LIBRARY_PATH"

Reply via email to