Skip to content

Commit

Permalink
new: Enable cryptography for mTLS. (#1801)
Browse files Browse the repository at this point in the history
* Add dep.

* Pull in nasm.

* Add prebuilt.

* Add prebuilt.

* Need cmake.
  • Loading branch information
milesj authored Jan 27, 2025
1 parent 896fd4c commit 3ee0de4
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 65 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
# SCCACHE_NO_DAEMON: 1
SCCACHE_REGION: us-east-2
SCCACHE_S3_SERVER_SIDE_ENCRYPTION: true
AWS_LC_SYS_PREBUILT_NASM: 1
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
Expand All @@ -93,6 +94,8 @@ jobs:
proto-version: '0.45.1' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- uses: lukka/get-cmake@latest
if: ${{ runner.os == 'Windows' }}
- name: Checking coverage status
id: coverage
shell: bash
Expand Down
Loading

0 comments on commit 3ee0de4

Please sign in to comment.