File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 20 2 * * 5'
1010
11+ # default geant4 version.
12+ env :
13+ CONTAINER : g4install:11.4.0-ubuntu-24.04 # default geant4 tag
14+
1115jobs :
1216 analyze :
1317 name : Analyze (${{ matrix.language }})
2933 contents : read
3034
3135 # Use a container with G4 installed
32- container : ghcr.io/gemc/g4install:11.4.0-ubuntu-24.04
36+ container : env.CONTAINER
3337
3438 strategy :
3539 fail-fast : false
8690 run : |
8791 echo "Starting manual build for CodeQL..."
8892 DOCKER_ENTRYPOINT_SOURCE_ONLY=1 . /usr/local/bin/docker-entrypoint.sh \
89- module load geant4/11.4.0 \
93+ module load geant4 \
9094 ./ci/build.sh
9195 echo "Manual build finished."
9296
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permissions:
44 contents : read
55 packages : write
66
7- # default varsions . This is overwritten by distros_tags.sh
7+ # default versions . This is overwritten by distros_tags.sh
88env :
99 GEMC_TAG : dev # default gemc tag
1010 GEANT4_TAG : 11.4.0 # default geant4 tag
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ jobs:
5959 - name : Sanitizer ${{ matrix.sanitizer }}
6060 shell : bash
6161 run : |
62- set -euo pipefail
6362 echo "Starting manual build for sanitizer: ${{ matrix.sanitizer }}"
6463 DOCKER_ENTRYPOINT_SOURCE_ONLY=1 . /usr/local/bin/docker-entrypoint.sh \
65- module load geant4/11.4.0 \
64+ module load geant4/"${{ matrix.g4v }}" \
6665 ./ci/build.sh "${{ matrix.sanitizer }}"
66+ echo "Manual build for sanitizer: ${{ matrix.sanitizer }} completed"
6767
6868 build-with-sanitizer-final :
6969 name : Sanitize - summary
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ build_matrix_build() {
8383 body+=" \" container\" :\" ghcr.io/gemc/g4install:${g4v} -${os} -${ver} \" ,"
8484 body+=" \" baseos\" :\" ${os} \" ,"
8585 body+=" \" runner\" :\" ${runner} \" ,"
86+ body+=" \" g4v\" :\" ${g4v} \" ,"
8687 body+=" \" arch\" :\" ${cpuv} \" ,"
8788 body+=" \" sanitizer\" :\" ${sanitizer} \" "
8889 body+=" }"
You can’t perform that action at this time.
0 commit comments