File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 standalone-benchmark :
1212 runs-on : cern-nextgen-h100
13- container : registry.cern.ch/docker.io/oliverrietmann/o2-standalone:latest # registry.cern.ch/ngt-wp1.7/wp1.7-soa-wrapper:latest
13+ container : registry.cern.ch/docker.io/oliverrietmann/o2-standalone:latest
1414 steps :
1515 - uses : actions/checkout@v4
1616 with :
2828 tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2929 rm /root/events.tar.xz
3030
31- ls $GITHUB_WORKSPACE
32- cd $GITHUB_WORKSPACE
33- pwd
34-
35- cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{github.workspace}}/GPU/GPUTracking/Standalone/
31+ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${GITHUB_WORKSPACE}/GPU/GPUTracking/Standalone/
3632 cd $BUILD_DIR
3733 make install -j8
3834 cd ${STANDALONE_DIR}
You can’t perform that action at this time.
0 commit comments