]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update rust toolchain
authorNeil Horman <nhorman@openssl.org>
Fri, 28 Mar 2025 14:19:56 +0000 (10:19 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 1 Apr 2025 13:23:30 +0000 (09:23 -0400)
Needs update to build new rust crate for pyca-cryptography

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27192)

.github/workflows/ci.yml

index 1eb3ba14e2564d7057b9da9e83fb0e3658cc9b2b..7f589eb9b2d4482e6459eb73bd2ddd14395077ee 100644 (file)
@@ -686,14 +686,16 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        RUST:
-          - 1.51.0
         PYTHON:
           - 3.9
     steps:
     - uses: actions/checkout@v4
       with:
         submodules: recursive
+    - name: package installs
+      run: |
+        sudo apt-get update
+        sudo apt-get -yq install pkgconf libssl-dev
     - name: Configure OpenSSL
       run: ./config --strict-warnings --banner=Configured --debug enable-external-tests && perl configdata.pm --dump
     - name: make
@@ -702,9 +704,9 @@ jobs:
       uses: actions/setup-python@v5.3.0
       with:
         python-version: ${{ matrix.PYTHON }}
-    - uses: dtolnay/rust-toolchain@master
+    - uses: dtolnay/rust-toolchain@stable
       with:
-        toolchain: ${{ matrix.RUST }}
+        toolchain: stable 
     - name: get cpu info
       run: |
         cat /proc/cpuinfo