Repository: couchdb-ci
Updated Branches:
  refs/heads/master 48c8ad4c8 -> a9a306e4d


run CentOS container with LD_LIBRARY_PATH option


Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/a9a306e4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/a9a306e4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/a9a306e4

Branch: refs/heads/master
Commit: a9a306e4dc7e947c0c3b3a5bbbef92e25e11d827
Parents: 48c8ad4
Author: Bastian Krol <[email protected]>
Authored: Mon Feb 8 22:15:16 2016 +0100
Committer: Bastian Krol <[email protected]>
Committed: Mon Feb 8 22:15:16 2016 +0100

----------------------------------------------------------------------
 bin/centos-7-erlang-default/run-build-in-container.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/a9a306e4/bin/centos-7-erlang-default/run-build-in-container.sh
----------------------------------------------------------------------
diff --git a/bin/centos-7-erlang-default/run-build-in-container.sh 
b/bin/centos-7-erlang-default/run-build-in-container.sh
index 6881835..04b3869 100755
--- a/bin/centos-7-erlang-default/run-build-in-container.sh
+++ b/bin/centos-7-erlang-default/run-build-in-container.sh
@@ -17,4 +17,4 @@
 #   specific language governing permissions and limitations
 #   under the License.
 
-docker run basti1302/couchdb-build-centos-7-erlang-default
+docker run -e LD_LIBRARY_PATH='/usr/local/lib' 
basti1302/couchdb-build-centos-7-erlang-default

Reply via email to