Browse Source

Compile OpenSSL with no-async

timvisee 3 years ago
parent
commit
011d97f843
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -98,7 +98,7 @@ build-x86_64-linux-musl:
     - wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1k.tar.gz
     - wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1k.tar.gz
     - tar xzvf openssl-1.1.1k.tar.gz
     - tar xzvf openssl-1.1.1k.tar.gz
     - cd openssl-1.1.1k
     - cd openssl-1.1.1k
-    - ./config -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
+    - ./config no-async -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
     - make
     - make
     - make install
     - make install
     - cd ..
     - cd ..