Skip to content

Commit

Permalink
[#197] Modify CI YML for more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Jul 29, 2024
1 parent 03987e0 commit 8fab053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
&& cd /tmp/libgcrypt-1.11.0
&& ./configure
&& make install
&& ldconfig
&& ldconfig -v
# End Container Setup

- name: RHEL Build Script
Expand Down
2 changes: 2 additions & 0 deletions support/scripts/build_rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/env.sh

rm $BASE_DIR/CMakeCache.txt

cmake $BASE_DIR -DCODECOV=1 -DDEBUG=1 -DMC_INTERNAL=1 -DTEST=1 -DTEST_ENC=1 -DSA_FILE=1 && make && ./bin/ut_aes_gcm_siv

0 comments on commit 8fab053

Please sign in to comment.