aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-12-23 15:32:07 +0000
committerGravatar Sadie Powell2024-12-23 15:34:06 +0000
commitab87955de3a5ebfc3a47dcac8f3e467dd9482fc1 (patch)
tree72c9744f2510c34f9706f73c3d674126c0c258d0
parentUpdate the Windows dependencies. (diff)
Silence a compiler error on Alpine.
-rw-r--r--.github/workflows/ci-alpine.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml
index 70cfd5001..5132a0277 100644
--- a/.github/workflows/ci-alpine.yml
+++ b/.github/workflows/ci-alpine.yml
@@ -10,7 +10,7 @@ jobs:
container: alpine:edge
runs-on: ubuntu-latest
env:
- CXXFLAGS: -std=${{ matrix.standard }} -Wno-error=variadic-macros
+ CXXFLAGS: -std=${{ matrix.standard }} -Wno-error=non-virtual-dtor -Wno-error=variadic-macros
TEST_BUILD_MODULES: argon2 geo_maxmind ldap mysql pgsql regex_pcre regex_pcre2 regex_posix regex_re2 regex_stdlib regex_tre sqlite3 ssl_gnutls ssl_mbedtls ssl_openssl sslrehashsignal
steps:
- uses: actions/checkout@v4