Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from noir-lang/phated/rustls
Browse files Browse the repository at this point in the history
feat: Build with rustls and remove openssl hack
  • Loading branch information
kobyhallx authored Feb 6, 2023
2 parents 88952dc + 963fb43 commit 2542217
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
x86_64-unknown-linux-musl,
aarch64-unknown-linux-gnu,
aarch64-unknown-linux-musl,
riscv64gc-unknown-linux-gnu,
]

steps:
Expand All @@ -39,11 +38,6 @@ jobs:
path: noir
ref: ${{ inputs.noir-ref || 'master' }}

- name: Patch openssl for cross-compile
working-directory: noir
run: |
sed -i -E 's/\[dependencies\]/\[dependencies\]\nopenssl = { version = "0.10", features = ["vendored"] }/g' ./crates/nargo/Cargo.toml
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 2542217

Please sign in to comment.