Skip to content
Snippets Groups Projects
Unverified Commit d02cf1bb authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Merge pull request #204 from mirguest/master

Update to CEPCSW LCG 101.0.0.
parents f2ca2938 6d3a2757
No related branches found
Tags v0.2.4
No related merge requests found
......@@ -21,7 +21,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
LCG_RELEASE: [LCG_98, KEY4HEP_STACK]
LCG_RELEASE: [LCG_101, KEY4HEP_STACK]
# CEPCSW_BLDTOOL: [make, ninja]
CEPCSW_BLDTOOL: [ninja]
......
......@@ -92,7 +92,7 @@ function run-make() {
# The current default platform
lcg_platform=x86_64-centos7-gcc8-opt
lcg_version=98.0.0
lcg_version=101.0.0
bldtool=${CEPCSW_BLDTOOL} # make, ninja # set in env var
......
......@@ -67,7 +67,7 @@ function run-job() {
# The current default platform
lcg_platform=x86_64-centos7-gcc8-opt
lcg_version=98.0.0
lcg_version=101.0.0
bldtool=${CEPCSW_BLDTOOL} # make, ninja # set in env var
......
......@@ -49,7 +49,7 @@ function setup-external() {
# CEPCSW_LCG_VERSION=${1}; shift
if [ -z "$CEPCSW_LCG_VERSION" ]; then
CEPCSW_LCG_VERSION=98.0.0
CEPCSW_LCG_VERSION=101.0.0
fi
export CEPCSW_LCG_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment