Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
simonpintarelli committed Aug 27, 2024

Verified

This commit was signed with the committer’s verified signature.
mislav Mislav Marohnić
1 parent dacbb17 commit 91bbf23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
@@ -60,9 +60,10 @@ build aarch64:
CSCS_NOTIFICATION_CONTEXT: "$slurm_version"
script:
- |
_rpm_build_dir=./
mkdir -p ${_rpm_build_dir}
CXX=g++-12 CC=gcc-12 /src/rpm/make-rpm.sh --slurm-version "${slurm_version}" ${_rpm_build_dir}
echo "hello"
# _rpm_build_dir=./
# mkdir -p ${_rpm_build_dir}
# CXX=g++-12 CC=gcc-12 /src/rpm/make-rpm.sh --slurm-version "${slurm_version}" ${_rpm_build_dir}
build rpm x86_64:
needs: ["build x86_64"]

0 comments on commit 91bbf23

Please sign in to comment.