Skip to content

Commit ad9a3cf

Browse files
committed
install/ts: fix Spack installation for test purpose
Now a specific package repository is fetched when Spack is first used. Make this initialization happen at install time, rather during the first source-sh test. Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 20b084d commit ad9a3cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,10 @@ tclsh83:
10161016
chmod +x $@
10171017
rm $(TCL_DIST83)
10181018

1019-
# fetch spack repository (for source-sh test purpose)
1019+
# fetch spack repository and initialize it (for source-sh test purpose)
10201020
spack:
10211021
git clone --depth 1 $(SPACK_REPOURL)
1022+
cd spack && ./bin/spack bootstrap now
10221023

10231024
# install Conda (for source-sh test purpose)
10241025
miniconda3:

0 commit comments

Comments
 (0)