Skip to content

Commit

Permalink
[#197] Attempt to fix aes_gcm_siv seg faults on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Jul 29, 2024
1 parent 1c1e6be commit e9210e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
&& cd /tmp/libgcrypt-1.11.0
&& sudo ./configure
&& sudo make install
&& sudo ldconfig
# End Container Setup

- name: Minimal Build Script
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
&& cd /tmp/libgcrypt-1.11.0
&& sudo ./configure
&& sudo make install
&& sudo ldconfig
# End Container Setup

- name: Internal Build Script
Expand Down Expand Up @@ -121,6 +123,7 @@ jobs:
&& cd /tmp/libgcrypt-1.11.0
&& sudo ./configure
&& sudo make install
&& sudo ldconfig
# End Container Setup

- name: KMC Build Script
Expand Down Expand Up @@ -169,6 +172,7 @@ jobs:
&& cd /tmp/libgcrypt-1.11.0
&& sudo ./configure
&& sudo make install
&& sudo ldconfig
- 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 @@ -241,6 +245,7 @@ jobs:
&& cd /tmp/libgcrypt-1.11.0
&& sudo ./configure
&& sudo make install
&& sudo ldconfig
# End Container Setup

- name: RHEL Build Script
Expand Down

0 comments on commit e9210e8

Please sign in to comment.