This is an automated email from the ASF dual-hosted git repository.
kpvdr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git
The following commit(s) were added to refs/heads/main by this push:
new c27c3c0 Deleted local-build.sh
c27c3c0 is described below
commit c27c3c04e8e01783ad10b9ecb5ac9988f4f5c15b
Author: Kim van der Riet <[email protected]>
AuthorDate: Wed May 5 12:19:26 2021 -0400
Deleted local-build.sh
---
local-build.sh | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/local-build.sh b/local-build.sh
deleted file mode 100755
index be22321..0000000
--- a/local-build.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/bash
-
-RH_CORE_DIR=${HOME}/RedHat/rh-core
-LOCAL_INSTALL_DIR=${HOME}/RedHat/cicd/jenkins-qit/install
-PROTON_DIR=${RH_CORE_DIR}/install/lib64/cmake/Proton
-PROTONCPP_DIR=${RH_CORE_DIR}/install/lib64/cmake/ProtonCpp
-RHEA_DIR=${RH_CORE_DIR}/rhea
-
-if [ -z ${JAVA_HOME} ]; then
- export JAVA_HOME=$(dirname $(dirname $(alternatives --display javac | grep
'javac' | grep 'link' | awk '{print $NF}')))
-fi
-echo "JAVA_HOME=${JAVA_HOME}"
-
-if [ -d build ]; then
- if [ -d build.old ]; then
- rm -rf build.old
- fi
- mv build build.old
-fi
-mkdir build
-cd build
-
-cmake -DProton_DIR=${PROTON_DIR} -DProtonCpp_DIR=${PROTONCPP_DIR}
-DRHEA_DIR=${RHEA_DIR} -DCMAKE_INSTALL_PREFIX=${LOCAL_INSTALL_DIR} ..
-make install
-
-cd ..
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]