diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /build/docs | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build/docs')
-rw-r--r-- | build/docs/sccache-dist.rst | 2 | ||||
-rw-r--r-- | build/docs/toolchains.rst | 2 |
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, |