From 78f43764b054ad129c400b6435dae43192cc2d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Spo=CC=88rri?= Date: Fri, 17 May 2024 15:59:12 +0200 Subject: [PATCH] Bump default Java Version to GEDS 1.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal SpoĢˆrri --- .github/prepare-build.sh | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/prepare-build.sh b/.github/prepare-build.sh index e2ac1a9..d3eba27 100755 --- a/.github/prepare-build.sh +++ b/.github/prepare-build.sh @@ -30,6 +30,6 @@ if [[ "${SCALA_VERSION:0:4}" == "2.13" ]]; then fi -GEDS_VERSION=${GEDS_VERSION:-"1.0"} +GEDS_VERSION=${GEDS_VERSION:-"1.0.5"} wget -nv "https://github.com/IBM/GEDS/releases/download/v${GEDS_VERSION}/geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz" tar xf "geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5845d60..a1eea7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: env: HADOOP_VERSION: ${{ matrix.hadoop }} SCALA_VERSION: ${{ matrix.scala }} - GEDS_VERSION: "1.0" + GEDS_VERSION: "1.0.5" GEDS_INSTALL: ${{ github.workspace }}/geds steps: - name: Checkout