]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Simplify the CI job "gcc-asan-openssl-master"
authorRichard Levitte <richard@levitte.org>
Wed, 1 Sep 2021 07:04:05 +0000 (09:04 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 1 Sep 2021 09:27:29 +0000 (12:27 +0300)
Now that .github/before_script.sh works properly on MacOS, there is
no reason not to use it for this job as well.

.github/workflows/ci.yml

index 64e0458715038669bbfe3f5dec93984fa5be45be..1267957eb224f9f14bf3eabad4847025ed2d13d3 100644 (file)
@@ -62,26 +62,8 @@ jobs:
             OPENSSL_BRANCH: master
             ASAN: -DASAN=1
         steps:
-            - name: install cpanm and Test2::V0
-              uses: perl-actions/install-with-cpanm@v1
-              with:
-                  install: Test2::V0
-            - name: Checkout gost-engine
-              uses: actions/checkout@v2
-            - name: checkout OpenSSL
-              uses: actions/checkout@v2
-              with:
-                  repository: openssl/openssl
-                  ref: master
-                  path: openssl
-            - name: configure OpenSSL
-              run: |
-                  mkdir $HOME/opt
-                  ./Configure --prefix=$HOME/opt
-              working-directory: openssl
-            - name: build+install OpenSSL
-              run: make -s install_sw
-              working-directory: openssl
+            - uses: actions/checkout@v2
+            - run: .github/before_script.sh
             - run: .github/script.sh
 
     gcc-openssl-stable-x86: