Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(279)

Delta Between Two Patch Sets: circle.yml

Issue 277040044: Bug 917571 - Add ChaCha20+Poly1305 cipher (Closed)
Left Patch Set: Addressed wtc's review comments Created 8 years, 1 month ago
Right Patch Set: Use CC_IS_GCC instead of checking that CC_NAME==gcc Created 8 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | cmd/bltest/blapitest.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 checkout: 1 checkout:
2 post: 2 post:
3 - cd ..; hg clone https://hg.mozilla.org/projects/nspr 3 - cd ..; hg clone https://hg.mozilla.org/projects/nspr
4 4
5 test: 5 test:
6 override: 6 override:
7 - make nss_build_all 7 - make nss_build_all
8 - cd tests; NSS_TESTS="ssl_gtests pk11_gtest" NSS_CYCLES=standard ./all. sh 8 - cd tests; NSS_TESTS="ssl_gtests pk11_gtests der_gtests" NSS_CYCLES=sta ndard ./all.sh
9 - BUILD_OPT=1 make nss_build_all
10 - cd tests; BUILD_OPT=1 NSS_TESTS="ssl_gtests pk11_gtests der_gtests" NS S_CYCLES=standard ./all.sh
9 11
10 machine: 12 machine:
11 environment: 13 environment:
12 { USE_64: 1, 14 { USE_64: 1,
13 NSS_ENABLE_TLS_1_3: 1, 15 NSS_ENABLE_TLS_1_3: 1,
14 NSS_BUILD_GTESTS: 1, 16 NSS_BUILD_GTESTS: 1,
15 } 17 }
16 hosts: 18 hosts:
17 19
18 20
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b