aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust-openssl.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml
index 4ff41c0..d3b2bee 100644
--- a/.github/workflows/rust-openssl.yml
+++ b/.github/workflows/rust-openssl.yml
@@ -34,6 +34,10 @@ jobs:
34 - name: "Run rust-openssl tests" 34 - name: "Run rust-openssl tests"
35 run: | 35 run: |
36 cd rust-openssl 36 cd rust-openssl
37
38 # apply patch - see #1187
39 curl -L https://raw.githubusercontent.com/openbsd/ports/refs/heads/master/security/rust-openssl-tests/patches/patch-openssl-sys_src_handwritten_evp_rs | patch -p0
40
37 # instead of erroring use the last supported version 41 # instead of erroring use the last supported version
38 ed -s openssl-sys/build/main.rs <<-EOF 42 ed -s openssl-sys/build/main.rs <<-EOF
39 /_ => version_error/-1 43 /_ => version_error/-1