This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 90eb0660 chore(ci): bump minica to v1.1.0 (#2787)
90eb0660 is described below
commit 90eb066021b500a02fb205dbbd2bf96150caa8b2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Feb 12 18:01:59 2025 +0200
chore(ci): bump minica to v1.1.0 (#2787)
---
.github/workflows/kvrocks.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index cc441af3..afd7a5a0 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -305,8 +305,8 @@ jobs:
GOCASE_RUN_ARGS=""
if [[ -n "${{ matrix.with_openssl }}" ]] && [[ "${{ matrix.os }}" ==
ubuntu* ]]; then
git clone https://github.com/jsha/minica
- cd minica && git checkout 96a5c93723cf3d34b50b3e723a9f05cd3765bc67
&& go build && cd ..
- ./minica/minica --domains localhost
+ cd minica && git checkout v1.1.0 && go build && cd ..
+ ./minica/minica --ca-alg rsa --domains localhost
cp localhost/cert.pem tests/gocase/tls/cert/server.crt
cp localhost/key.pem tests/gocase/tls/cert/server.key
cp minica.pem tests/gocase/tls/cert/ca.crt