Skip to content

Commit

Permalink
build.yml: add 'USE_LIBCMP=1 make -f Makefile_v1 clean build_no_tls'
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Oct 21, 2024
1 parent c9b8abb commit 16c8d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# sudo apt-get update
# sudo apt-get install -y >/dev/null libssl-dev build-essential # not needed
make -f Makefile_v1
make -f Makefile_v1 clean_all
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 build_no_tls
USE_LIBCMP=1 make -f Makefile_v1 clean build_no_tls
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 clean build_no_tls
make -C libsecutils -f Makefile_v1 clean_config
SKIP_pod2markdown=1 make -f Makefile_v1 doc_this
SKIP_pod2markdown=1 DESTDIR=tmp make -f Makefile_v1 install
Expand Down

0 comments on commit 16c8d5f

Please sign in to comment.