You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We talk about mirrors and build caches almost interchangeably, because every build cache is a binary mirror.
65
-
Source mirrors exist too, which we will not cover in this tutorial.
64
+
We talk about mirrors and build caches almost interchangeably, because every build cache is a binary mirror.
65
+
Source mirrors exist too, which we will not cover in this tutorial.
66
66
67
67
68
68
Your ``spack.yaml`` file should now contain the following:
@@ -110,15 +110,15 @@ The location of the pushed package, when referred to as an OCI image, will be:
110
110
111
111
look very similar to a container image --- we will get to that in a bit.
112
112
113
-
.. note::
113
+
.. note::
114
114
115
-
Binaries pushed to GitHub packages are ``private`` by default, which means you need a token to download them.
116
-
You can change the visibility to ``public`` by going to GitHub Packages from your GitHub account, selecting the ``buildcache`` package, go to ``package settings``, and change the visibility to ``public`` in the ``Danger Zone`` section.
117
-
This page can also be directly accessed by going to
115
+
Binaries pushed to GitHub packages are ``private`` by default, which means you need a token to download them.
116
+
You can change the visibility to ``public`` by going to GitHub Packages from your GitHub account, selecting the ``buildcache`` package, go to ``package settings``, and change the visibility to ``public`` in the ``Danger Zone`` section.
117
+
This page can also be directly accessed by going to
0 commit comments