Skip to content

Commit

Permalink
Update kind.yml reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored and linabutler committed Oct 26, 2024
1 parent a14b5ed commit 30dc84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/upgrading-nss-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 30dc84c

Please sign in to comment.