mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Silence a compiler error on Alpine.
This commit is contained in:
parent
bc3ad1ba6d
commit
ab87955de3
2
.github/workflows/ci-alpine.yml
vendored
2
.github/workflows/ci-alpine.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user