-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macosCI: unlink [email protected] in order to to use [email protected]
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ jobs: | |
# and build directories, but this is only available with CMake 3.13 and higher. | ||
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12 | ||
run: > | ||
brew unlink [email protected] | ||
. ${{github.workspace}}/spack/share/spack/setup-env.sh; | ||
spack load py-pytest; | ||
export lcov_ROOT=`spack find -p lcov | awk 'NR==2 {print $2}'`; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
|
||
brew unlink [email protected] | ||
git clone --depth=1 -b v0.22.2 https://github.com/spack/spack.git | ||
|
||
#replace the default configuration file of spack by a simpler one without hash, compiler versions, tags and so on | ||
|