From 0514df0381ffcaee833836b7ef4460fdefa4be89 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Fri, 8 Mar 2024 14:39:16 +0100 Subject: [PATCH] - switch to current SDK --- .gitlab-ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29d9c03..e651327 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: # List of stages for jobs, and their order of execution variables: EXLIBRIS_SDK_DIR: "/exlibris" - ROSETTASDK: "${EXLIBRIS_SDK_DIR}/7.3/lib/" + ROSETTASDK: "${EXLIBRIS_SDK_DIR}/8.1/lib/" IMAGE_TARGET: "$CI_REGISTRY_IMAGE/bullseye_subapp" FF_USE_FASTZIP: "true" # These can be specified per job or per pipeline diff --git a/Makefile b/Makefile index d4b2cb1..35caa82 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ JAVAPATH=$(wildcard /usr/lib/jvm/java-1.17.0-openjdk-*/bin/) JAVARELEASE=17 # Verwendete Rosetta-Version -ROSETTAVERSION:=7.3.0 +ROSETTAVERSION:=8.1.0 # Pfad zum Rosetta-SDK ROSETTASDK:=/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}/lib/ -- GitLab