Skip to content

Commit

Permalink
Update README to use newer Java version (babelfish-for-postgresql#3285)
Browse files Browse the repository at this point in the history
Task: BABEL-OSS
Signed-off-by: Tim Chang <[email protected]>
  • Loading branch information
timchang514 authored and pranavJ23 committed Jan 6, 2025
1 parent 85b8592 commit f64ed90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/composite-actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
sudo apt-get update --fix-missing -y
sudo apt-get install uuid-dev openjdk-8-jre libicu-dev libxml2-dev openssl libssl-dev python3-dev libossp-uuid-dev libpq-dev cmake pkg-config g++ build-essential bison mssql-tools unixodbc-dev libsybdb5 freetds-dev freetds-common gdal-bin libgdal-dev libgeos-dev gdb libkrb5-dev
sudo apt-get install uuid-dev openjdk-21-jre libicu-dev libxml2-dev openssl libssl-dev python3-dev libossp-uuid-dev libpq-dev cmake pkg-config g++ build-essential bison mssql-tools unixodbc-dev libsybdb5 freetds-dev freetds-common gdal-bin libgdal-dev libgeos-dev gdb libkrb5-dev
sudo apt install -y ccache
sudo apt-get install lcov
sudo /usr/sbin/update-ccache-symlinks
Expand Down
2 changes: 1 addition & 1 deletion INSTALLING.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sudo apt-get update && sudo apt install -y --no-install-recommends \
cmake lld apt-utils libossp-uuid-dev gnulib bison \
xsltproc icu-devtools libicu66 \
libicu-dev gawk \
curl openjdk-8-jre openssl \
curl openjdk-21-jre openssl \
g++ libssl-dev python-dev libpq-dev \
pkg-config libutfcpp-dev \
gnupg unixodbc-dev net-tools unzip
Expand Down
2 changes: 1 addition & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following build instructions comply with Ubuntu 20.04 and Amazon Linux 2 env
You'll also need to install `gcc`, `gcc-c++`, `java` and `bison`.

```
sudo apt-get install uuid-dev openjdk-8-jre \
sudo apt-get install uuid-dev openjdk-21-jre \
libicu-dev libxml2-dev openssl libssl-dev python-dev \
libossp-uuid-dev libpq-dev pkg-config g++ build-essential bison
```
Expand Down

0 comments on commit f64ed90

Please sign in to comment.