summaryrefslogtreecommitdiffstats
path: root/build/docs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /build/docs
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build/docs')
-rw-r--r--build/docs/sccache-dist.rst2
-rw-r--r--build/docs/toolchains.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/docs/sccache-dist.rst b/build/docs/sccache-dist.rst
index edd9ead909..594c19f5fd 100644
--- a/build/docs/sccache-dist.rst
+++ b/build/docs/sccache-dist.rst
@@ -68,7 +68,7 @@ must read::
will contain the version of ``rustc`` used by automation builds, which may
lag behind stable for a few days after Rust releases, which is specified by
the task definition in
- `this file <https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/ci/toolchain/dist-toolchains.yml>`_.
+ `this file <https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/kinds/toolchain/dist-toolchains.yml>`_.
For instance, to specify 1.37.0 rather than the current stable, run
``rustup toolchain add 1.37.0`` and point to
``/path/to/home/.rustup/toolchains/1.37.0-x86_64-apple-darwin/bin/rustc`` in your
diff --git a/build/docs/toolchains.rst b/build/docs/toolchains.rst
index f43972b8f3..c7b8fcd333 100644
--- a/build/docs/toolchains.rst
+++ b/build/docs/toolchains.rst
@@ -209,7 +209,7 @@ its content and ensure that's what you're looking for.
(...)
Once you have found the SDK you want, you can create or update toolchain tasks
-in ``taskcluster/ci/toolchain/macosx-sdk.yml``.
+in ``taskcluster/kinds/toolchain/macosx-sdk.yml``.
The ``taskcluster/scripts/misc/unpack-sdk.py`` script takes the url of a SDK
package, the sha512 hash for its content, the path to the SDK in the package,