Skip to content

Commit

Permalink
JCF: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfreeman2 committed Dec 14, 2023
1 parent 3eed49a commit c06410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spack/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd $SPACK_AREA

spack spec --reuse ${DET}daq@${RELEASE_TAG}%gcc@12.1.0 build_type=RelWithDebInfo arch=linux-${OS}-x86_64 | tee $SPACK_AREA/spec_${DET}daq_log.txt

test $DET == "dune" && spack spec --reuse dbe@gcc@12.1.0 build_type=RelWithDebInfo arch=linux-${OS}-x86_64 || exit 6
test $DET == "dune" && spack spec --reuse dbe%gcc@12.1.0 build_type=RelWithDebInfo arch=linux-${OS}-x86_64 || exit 6

spack install --reuse ${DET}daq@${RELEASE_TAG}%gcc@12.1.0 build_type=RelWithDebInfo arch=linux-${OS}-x86_64 || exit 7

Expand Down

0 comments on commit c06410f

Please sign in to comment.