Skip to content

Commit

Permalink
Bug 1751450: pull NSIS Windows source from our own rehosted version, …
Browse files Browse the repository at this point in the history
…with signed DLLs. r=nalexander,aki

This is a short term measure. In the medium or long term we can do this signing in a separate Task after pulling the original source.

Differential Revision: https://phabricator.services.mozilla.com/D147310
  • Loading branch information
bhearsum committed May 26, 2022
1 parent 8aba061 commit 6dee211
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions taskcluster/ci/fetch/toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,13 @@ nsis-3.07-win:
description: nsis 3.07 for windows
fetch:
type: static-url
url: https://downloads.sourceforge.net/project/nsis/NSIS%203/3.07/nsis-3.07.zip
sha256: 04dde28896ae9ab36ea3035ff3a294e78053f00048064f6d22a6f1c02bcb6ec0
size: 2335219
# Temporary: pull down our own repackage of NSIS, with its plugin DLLs signed by Mozilla
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1751450#c38 for more details
# bug 1771192 tracks adding a signing task downstream of the NSIS toolchain task
# to fix this more robustly.
url: https://github.com/mozilla-releng/adhoc-signing-blobs/raw/nsis/nsis-3.07-signed.zip
sha256: 5856cd49b52870caa41814d71ce30c4304d5001b80c04f4eb7028ffedd91df7e
size: 2618390
artifact-name: nsis.tar.zst
strip-components: 1
add-prefix: nsis/
Expand Down

0 comments on commit 6dee211

Please sign in to comment.