From 30dc84c9460355b1494e08a0ec1c9047216724bb Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 19 Oct 2024 02:46:31 -0700 Subject: [PATCH] Update `kind.yml` reference Signed-off-by: Emmanuel Ferdman --- docs/howtos/upgrading-nss-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howtos/upgrading-nss-guide.md b/docs/howtos/upgrading-nss-guide.md index 33d3c83554..db91ef30d1 100644 --- a/docs/howtos/upgrading-nss-guide.md +++ b/docs/howtos/upgrading-nss-guide.md @@ -32,7 +32,7 @@ We use a Linux TC worker for cross-compiling NSS for iOS, Android and Linux desk > usually a description with something like _`Added tag NSS_3_90_RTM`_ 2. Select the build for the following system(s) (first task with the title "B"): * For Intel MacOS: `mac opt-static` -3. Update [taskcluster/ci/fetch/kind.yml](https://github.com/mozilla/application-services/blob/main/taskcluster/ci/fetch/kind.yml), specifically `nss-artifact` task to the appropriate `url` and `checksum` and `size` +3. Update [taskcluster/kinds/fetch/kind.yml](https://github.com/mozilla/application-services/blob/main/taskcluster/kinds/fetch/kind.yml), specifically `nss-artifact` task to the appropriate `url` and `checksum` and `size` > Note: _To get the checksum, you can run `shasum -a 256 {path-to-artifact}` or you can make a PR and see the output of the failed log._ 4. Update the SHA256 value for darwin cross-compile in [libs/build-nss-desktop.sh](https://github.com/mozilla/application-services/blob/main/libs/build-nss-desktop.sh) to the same checksum as above. 5. Once the pull request lands, `build-nss-desktop.sh` should be updated once more using the L3 cache [Taskcluster artifact](https://firefox-ci-tc.services.mozilla.com/tasks/index/app-services.cache.level-3.content.v1.nss-artifact/latest).