Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[v1.8.x] Backport #19656 - fix R builds (#19658)
Browse files Browse the repository at this point in the history
* Attempt to fix R builds.

* Remove obsolete six dependency (#19620)

* Change gcc 8 PPA to ppa:jonathonf/gcc (#19638)

Co-authored-by: Joe Evans <[email protected]>
Co-authored-by: Ziyi Mu <[email protected]>
Co-authored-by: kpuatamazon <[email protected]>
  • Loading branch information
4 people committed Dec 11, 2020
1 parent 2ad91d2 commit d94e47c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci/docker/install/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ pylint==2.3.1 # pylint and astroid need to be aligned
astroid==2.3.3 # pylint and astroid need to be aligned
requests<2.19.0,>=2.18.4
scipy==1.2.1
six==1.11.0
setuptools<50
3 changes: 1 addition & 2 deletions ci/docker/install/ubuntu_gcc8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# specific language governing permissions and limitations
# under the License.

sudo add-apt-repository ppa:jonathonf/gcc-8.0
sudo add-apt-repository ppa:jonathonf/gcc-7.3
sudo add-apt-repository ppa:jonathonf/gcc
sudo apt-get update || true
sudo apt-get install -y gcc-8 g++-8
4 changes: 4 additions & 0 deletions ci/docker/install/ubuntu_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ echo "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/" >> /etc/apt/sources.

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9

add-apt-repository ppa:cran/libgit2

apt-get update || true
apt-get install -y --allow-unauthenticated \
libcairo2-dev \
libgit2-dev \
libssh2-1-dev \
libssl-dev \
libxml2-dev \
libxt-dev \
Expand Down

0 comments on commit d94e47c

Please sign in to comment.