diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39ad329..d28f076 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: # A self-defined composite action for the cmake configuration and build # of r3broot (along with necessary dep repos). - - name: configure-build-sofia + - name: configure-build-glad-tpc run: | git clone https://github.com/R3BRootGroup/R3BRoot.git cd .. diff --git a/.githubfiles/dart_experimental_nov22p1.cfg b/.githubfiles/dart_experimental_nov22p1.cfg new file mode 100644 index 0000000..cea20e8 --- /dev/null +++ b/.githubfiles/dart_experimental_nov22p1.cfg @@ -0,0 +1,8 @@ +#!/bin/bash +export LINUX_FLAVOUR=Ubuntu22.04 +export FAIRSOFT_VERSION=nov22p1 +export FAIRROOT_VERSION=v18.8.1 +export GIT_BRANCH=dev +export BUILDDIR=/tmp/r3broot/build_r3b_experimental_${FAIRSOFT_VERSION}_${FAIRROOT_VERSION} +export SOURCEDIR=$PWD + diff --git a/.githubfiles/fairsoft.gsi.de.conf b/.githubfiles/fairsoft.gsi.de.conf new file mode 100644 index 0000000..f7e8837 --- /dev/null +++ b/.githubfiles/fairsoft.gsi.de.conf @@ -0,0 +1,3 @@ +CVMFS_SERVER_URL="http://cvmfs-s1.gsi.de/cvmfs/fairsoft.gsi.de" +CVMFS_HTTP_PROXY="DIRECT" +CVMFS_PUBLIC_KEY="/etc/cvmfs/keys/masterkey.gsi.de.pub"