Skip to content
Snippets Groups Projects
Commit 734ada1f authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Harmen Stoppels
Browse files

doc: ensure getting_started has bootstrap list output in correct place (#48281)

parent 71712465
No related branches found
No related tags found
No related merge requests found
...@@ -148,20 +148,22 @@ The first time you concretize a spec, Spack will bootstrap automatically: ...@@ -148,20 +148,22 @@ The first time you concretize a spec, Spack will bootstrap automatically:
-------------------------------- --------------------------------
zlib@1.2.13%gcc@9.4.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu20.04-icelake zlib@1.2.13%gcc@9.4.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu20.04-icelake
The default bootstrap behavior is to use pre-built binaries. You can verify the
active bootstrap repositories with:
.. command-output:: spack bootstrap list
If for security concerns you cannot bootstrap ``clingo`` from pre-built If for security concerns you cannot bootstrap ``clingo`` from pre-built
binaries, you have to disable fetching the binaries we generated with Github Actions. binaries, you have to disable fetching the binaries we generated with Github Actions.
.. code-block:: console .. code-block:: console
$ spack bootstrap disable github-actions-v0.4 $ spack bootstrap disable github-actions-v0.6
==> "github-actions-v0.4" is now disabled and will not be used for bootstrapping ==> "github-actions-v0.6" is now disabled and will not be used for bootstrapping
$ spack bootstrap disable github-actions-v0.3 $ spack bootstrap disable github-actions-v0.5
==> "github-actions-v0.3" is now disabled and will not be used for bootstrapping ==> "github-actions-v0.5" is now disabled and will not be used for bootstrapping
You can verify that the new settings are effective with:
.. command-output:: spack bootstrap list
You can verify that the new settings are effective with ``spack bootstrap list``.
.. note:: .. note::
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment