From bc1af8b2baca0bebea442d89f547a88b12dea00b Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 24 Jan 2023 14:46:11 -0700 Subject: [PATCH 1/2] feat: Build with rustls and remove openssl hack --- .github/workflows/publish-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-linux.yml b/.github/workflows/publish-linux.yml index 2f281e1..93cc89c 100644 --- a/.github/workflows/publish-linux.yml +++ b/.github/workflows/publish-linux.yml @@ -39,11 +39,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: | From 963fb4339285a17c931551ab955918355057d598 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 24 Jan 2023 14:46:53 -0700 Subject: [PATCH 2/2] chore!: Remove riscv cross-compilation until rustls supports it --- .github/workflows/publish-linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-linux.yml b/.github/workflows/publish-linux.yml index 93cc89c..5ce163d 100644 --- a/.github/workflows/publish-linux.yml +++ b/.github/workflows/publish-linux.yml @@ -25,7 +25,6 @@ jobs: x86_64-unknown-linux-musl, aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl, - riscv64gc-unknown-linux-gnu, ] steps: