diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2023-02-12 19:30:43 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2023-02-12 19:30:43 +0100 |
commit | ff492791059ff4dc7257131b5f9eebf2e3f825d4 (patch) | |
tree | 2c7892696ea6346da68434ca272b0126a6626548 | |
parent | a0deabd04c2a7c49efcdce6b33d9613d6d3485bd (diff) | |
download | blogc-ff492791059ff4dc7257131b5f9eebf2e3f825d4.tar.gz blogc-ff492791059ff4dc7257131b5f9eebf2e3f825d4.tar.bz2 blogc-ff492791059ff4dc7257131b5f9eebf2e3f825d4.zip |
build: debian: disable tests for correct version
-rwxr-xr-x | build-aux/build-debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index ff7d9db..44e9869 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -18,6 +18,7 @@ case ${DIST} in ;; bookworm) REV="1~12bookworm" + DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS} nocheck" ;; sid) REV="1~sid" @@ -28,7 +29,6 @@ case ${DIST} in ;; jammy) REV="1~12.0jammy" - DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS} nocheck" ;; kinetic) REV="1~12.1kinetic" |