Skip to content

Commit 429f808

Browse files
committed
Add compile checkes for zlib-stock options (#XXX)
1 parent c954bbf commit 429f808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ check: ## Build all code in suitable configurations
102102
&& cargo check --features crc32 \
103103
&& cargo check --features zlib \
104104
&& cargo check --features zlib,zlib-ng-compat \
105+
&& cargo check --features zlib-stock \
106+
&& cargo check --features zlib,zlib-stock \
105107
&& cargo check --features cache-efficiency-debug
106108
cd git-commitgraph && cargo check --all-features \
107109
&& cargo check

0 commit comments

Comments
 (0)