Remove references to features/windows-support
branch (#29565)
This commit is contained in:
parent
27f608c800
commit
5a72204d38
5
.github/workflows/setup_git.ps1
vendored
5
.github/workflows/setup_git.ps1
vendored
@ -9,8 +9,3 @@ if ($(git branch --show-current) -ne "develop")
|
||||
{
|
||||
git branch develop origin/develop
|
||||
}
|
||||
|
||||
if ($(git branch --show-current) -ne "features/windows-support")
|
||||
{
|
||||
git branch features/windows-support origin/features/windows-support
|
||||
}
|
||||
|
@ -1748,6 +1748,6 @@ For developers
|
||||
The intent is to provide a Windows installer that will automatically set up
|
||||
Python, Git, and Spack, instead of requiring the user to do so manually.
|
||||
Instructions for creating the installer are at
|
||||
https://github.com/spack/spack/blob/features/windows-support/lib/spack/spack/cmd/installer/README.md.
|
||||
https://github.com/spack/spack/blob/develop/lib/spack/spack/cmd/installer/README.md
|
||||
|
||||
Alternatively a pre-built copy of the Windows installer is available as an artifact of Spack's Windows CI
|
||||
|
Loading…
Reference in New Issue
Block a user