diff options
| author | 2025-08-19 13:27:28 +0100 | |
|---|---|---|
| committer | 2025-08-19 13:53:31 +0100 | |
| commit | f648d4cc30cd46090b60b8f4dde7b86883719770 (patch) | |
| tree | 4a5b57d50b0d451dfe7dbf06dadd81160d4ef792 /.github/workflows/ci-linux.yml | |
| parent | Fix a regression for Docker users who are using their own config. (diff) | |
Revert "Demote the regex_tre module to inspircd-contrib".
TRE is now maintained again so we can revive this.
This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f.
Diffstat (limited to '.github/workflows/ci-linux.yml')
| -rw-r--r-- | .github/workflows/ci-linux.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index f1f3caa55..10b0922de 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -33,13 +33,14 @@ jobs: libre2-dev \ libsqlite3-dev \ libssl-dev \ + libtre-dev \ make \ pkg-config \ rapidjson-dev - name: Run configure run: | - ./configure --enable-extras "argon2 geo_maxmind ldap log_json log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 sqlite3 ssl_gnutls ssl_openssl sslrehashsignal" + ./configure --enable-extras "argon2 geo_maxmind ldap log_json log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 regex_tre sqlite3 ssl_gnutls ssl_openssl sslrehashsignal" ./configure --development --disable-auto-extras --socketengine ${{ matrix.socketengine }} - name: Build core |
