This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 84f8aac Fix Jenkins R gpu compilation failure (#7779)
84f8aac is described below
commit 84f8aac14344609c5979ebd47204162902f45b2f
Author: yuruofeifei <[email protected]>
AuthorDate: Wed Sep 6 15:27:08 2017 -0700
Fix Jenkins R gpu compilation failure (#7779)
---
tests/ci_build/install/ubuntu_install_r.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ci_build/install/ubuntu_install_r.sh
b/tests/ci_build/install/ubuntu_install_r.sh
index 38d89a3..6d34441 100755
--- a/tests/ci_build/install/ubuntu_install_r.sh
+++ b/tests/ci_build/install/ubuntu_install_r.sh
@@ -24,5 +24,5 @@ gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
gpg -a --export E084DAB9 | apt-key add -
apt-get update
-apt-get install -y r-base r-base-dev libxml2-dev libssl-dev
+apt-get install -y r-base r-base-dev libxml2-dev libssl-dev libxt-dev
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].