Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 20, 2024
1 parent 6f9827a commit f7ffaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/dependencies/setup_spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [ ! -d "spack" ]; then
echo "Cloning spack"
git clone -c feature.manyFiles=true https://github.com/spack/spack.git -b ${_spack_version}
pushd spack > /dev/null
git config user.name CI
git config user.email <>
git config user.name 'CI'
git config user.email '<>'
echo "Applying patch for spack improvements"
curl https://patch-diff.githubusercontent.com/raw/spack/spack/pull/47370.patch | git am
curl https://patch-diff.githubusercontent.com/raw/spack/spack/pull/48236.patch | git am
Expand Down

0 comments on commit f7ffaa4

Please sign in to comment.