diff options
author | Benjamin Beurdouche <bbeurdouche@mozilla.com> | 2020-05-07 16:07:14 +0000 |
---|---|---|
committer | Benjamin Beurdouche <bbeurdouche@mozilla.com> | 2020-05-07 16:07:14 +0000 |
commit | 48e866e54f275ec355b2d975030c9fed8fcd541a (patch) | |
tree | e546ae416b3b7ab52ebb37568bdd878c2e264bd1 /automation | |
parent | 6d6456379dfd701cb9d06b6715ae9dd048f2e721 (diff) | |
download | nss-hg-48e866e54f275ec355b2d975030c9fed8fcd541a.tar.gz |
Bug 1636058 - HACL* update to fix a number of non Mozilla builds of NSS. r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D74211
Diffstat (limited to 'automation')
-rwxr-xr-x | automation/taskcluster/scripts/run_hacl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/taskcluster/scripts/run_hacl.sh b/automation/taskcluster/scripts/run_hacl.sh index a7099480c..e1fb8d3f1 100755 --- a/automation/taskcluster/scripts/run_hacl.sh +++ b/automation/taskcluster/scripts/run_hacl.sh @@ -13,7 +13,7 @@ set -e -x -v # HACL CI. # When bug 1593647 is resolved, extract the code on CI again. git clone -q "https://github.com/project-everest/hacl-star" ~/hacl-star -git -C ~/hacl-star checkout -q 079854e0072041d60859b6d8af2743bc6a37dc05 +git -C ~/hacl-star checkout -q ed8c28dcbc1c4b6846145686f81b063e80f601b1 # Format the C snapshot. cd ~/hacl-star/dist/mozilla |