Skip to content

Commit

Permalink
[#197] Fixed error with libgcrypt install
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Jul 29, 2024
1 parent f8306f2 commit 7cf71be
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ jobs:
- name: Install Python Libraries
run: sudo pip install pycryptodome
- name: Install Libgcrypt
run: |
curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2 \
-o /tmp/libgpg-error-1.50.tar.bz2 \
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/ \
&& cd /tmp/libgpg-error-1.50 \
&& ./configure \
&& make install \
&& curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2 \
-o /tmp/libgcrypt-1.11.0.tar.bz2 \
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/ \
&& cd /tmp/libgcrypt-1.11.0 \
&& ./configure \
run: >
curl
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
-o /tmp/libgpg-error-1.50.tar.bz2
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
&& cd /tmp/libgpg-error-1.50
&& ./configure
&& make install
&& curl
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
-o /tmp/libgcrypt-1.11.0.tar.bz2
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
&& cd /tmp/libgcrypt-1.11.0
&& ./configure
&& make install
# End Container Setup

Expand All @@ -58,20 +58,20 @@ jobs:
- name: Install Python Libraries
run: sudo pip install pycryptodome
- name: Install Libgcrypt
run: |
curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2 \
-o /tmp/libgpg-error-1.50.tar.bz2 \
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/ \
&& cd /tmp/libgpg-error-1.50 \
&& ./configure \
&& make install \
&& curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2 \
-o /tmp/libgcrypt-1.11.0.tar.bz2 \
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/ \
&& cd /tmp/libgcrypt-1.11.0 \
&& ./configure \
run: >
curl
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
-o /tmp/libgpg-error-1.50.tar.bz2
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
&& cd /tmp/libgpg-error-1.50
&& ./configure
&& make install
&& curl
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
-o /tmp/libgcrypt-1.11.0.tar.bz2
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
&& cd /tmp/libgcrypt-1.11.0
&& ./configure
&& make install
# End Container Setup

Expand Down Expand Up @@ -106,20 +106,20 @@ jobs:
- name: Install Python Libraries
run: sudo pip install pycryptodome
- name: Install Libgcrypt
run: |
curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2 \
-o /tmp/libgpg-error-1.50.tar.bz2 \
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/ \
&& cd /tmp/libgpg-error-1.50 \
&& ./configure \
&& make install \
&& curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2 \
-o /tmp/libgcrypt-1.11.0.tar.bz2 \
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/ \
&& cd /tmp/libgcrypt-1.11.0 \
&& ./configure \
run: >
curl
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
-o /tmp/libgpg-error-1.50.tar.bz2
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
&& cd /tmp/libgpg-error-1.50
&& ./configure
&& make install
&& curl
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
-o /tmp/libgcrypt-1.11.0.tar.bz2
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
&& cd /tmp/libgcrypt-1.11.0
&& ./configure
&& make install
# End Container Setup

Expand Down Expand Up @@ -154,20 +154,20 @@ jobs:
- name: Install Python Libraries
run: sudo pip install pycryptodome
- name: Install Libgcrypt
run: |
curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2 \
-o /tmp/libgpg-error-1.50.tar.bz2 \
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/ \
&& cd /tmp/libgpg-error-1.50 \
&& ./configure \
&& make install \
&& curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2 \
-o /tmp/libgcrypt-1.11.0.tar.bz2 \
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/ \
&& cd /tmp/libgcrypt-1.11.0 \
&& ./configure \
run: >
curl
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
-o /tmp/libgpg-error-1.50.tar.bz2
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
&& cd /tmp/libgpg-error-1.50
&& ./configure
&& make install
&& curl
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
-o /tmp/libgcrypt-1.11.0.tar.bz2
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
&& cd /tmp/libgcrypt-1.11.0
&& ./configure
&& make install
- name: Clone WolfSSL
run: git clone --depth 1 --branch v5.6.0-stable https://github.com/wolfSSL/wolfssl.git /tmp/wolfssl
Expand Down Expand Up @@ -226,20 +226,20 @@ jobs:
- name: Install Python Dependencies
run: pip3 install pycryptodome
- name: Install Libgcrypt
run: |
curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2 \
-o /tmp/libgpg-error-1.50.tar.bz2 \
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/ \
&& cd /tmp/libgpg-error-1.50 \
&& ./configure \
&& make install \
&& curl \
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2 \
-o /tmp/libgcrypt-1.11.0.tar.bz2 \
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/ \
&& cd /tmp/libgcrypt-1.11.0 \
&& ./configure \
run: >
curl
-LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2
-o /tmp/libgpg-error-1.50.tar.bz2
&& tar -xjf /tmp/libgpg-error-1.50.tar.bz2 -C /tmp/
&& cd /tmp/libgpg-error-1.50
&& ./configure
&& make install
&& curl
-LS https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
-o /tmp/libgcrypt-1.11.0.tar.bz2
&& tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
&& cd /tmp/libgcrypt-1.11.0
&& ./configure
&& make install
# End Container Setup

Expand Down

0 comments on commit 7cf71be

Please sign in to comment.