Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 28, 2024
1 parent e95c50e commit 4d556c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ build aarch64:
_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}
rpm=$(find RPMS '*rpm')
echo "TODO upload: $rpm"
rpm=$(find RPMS -name '*.rpm')
echo "$rpm"
build rpm x86_64:
needs: ["build x86_64"]
Expand Down

0 comments on commit 4d556c4

Please sign in to comment.