Update InspIRCd. (#247)

This commit is contained in:
Sadie Powell
2024-01-04 19:18:28 +00:00
committed by GitHub
parent 18d04e8f80
commit 246a259111
5 changed files with 2 additions and 47 deletions

View File

@ -61,12 +61,7 @@ jobs:
- name: Build InspIRCd
run: |
cd $GITHUB_WORKSPACE/inspircd/
# Insp3 <= 3.16.0 and Insp4 <= 4.0.0a21 don't support -DINSPIRCD_UNLIMITED_MAINLOOP
patch src/inspircd.cpp < $GITHUB_WORKSPACE/patches/inspircd_mainloop.patch || true
./configure --prefix=$HOME/.local/inspircd --development
CXXFLAGS=-DINSPIRCD_UNLIMITED_MAINLOOP make -j 4
make install
- name: Make artefact tarball