Skip to content

Commit bef6a47

Browse files
release workflows: enabling htslib mods
1 parent 0da7c89 commit bef6a47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dnmtools_release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cd /workspace && \
6060
autoreconf -i && \
6161
mkdir build && cd build && \
62-
../configure --with-libdeflate && \
62+
../configure --with-libdeflate --with-htsmods && \
6363
../data/make_full_license_info_header.sh ../data/LICENSE > license.h && \
6464
echo "#define INCLUDE_FULL_LICENSE_INFO 1" >> config.h && \
6565
make -j4 LDFLAGS="-static-libgcc -static-libstdc++ -s" && \

.github/workflows/dnmtools_release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
./autogen.sh
5656
mkdir build && cd build
57-
../configure --with-libdeflate \
57+
../configure --with-libdeflate --with-htsmods \
5858
CXX=g++-14 \
5959
LDFLAGS="-L/opt/dnmtools/lib -static-libgcc -static-libstdc++ -Wl,-dead_strip" \
6060
CPPFLAGS="-I/opt/dnmtools/include"

0 commit comments

Comments
 (0)