Skip to content

Commit

Permalink
Update InspIRCd. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat authored Jan 4, 2024
1 parent 18d04e8 commit 246a259
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,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
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-devel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,12 @@ jobs:
uses: actions/checkout@v3
with:
path: inspircd
ref: v3.15.0
ref: v3.17.0
repository: inspircd/inspircd
- 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
Expand Down
25 changes: 0 additions & 25 deletions patches/inspircd_mainloop.patch

This file was deleted.

7 changes: 1 addition & 6 deletions workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ software:
name: InspIRCd
repository: inspircd/inspircd
refs: &inspircd_refs
stable: v3.15.0
stable: v3.17.0
release: null
devel: master
devel_release: insp3
Expand All @@ -158,12 +158,7 @@ software:
separate_build_job: true
build_script: &inspircd_build_script |
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
irc2:
Expand Down

0 comments on commit 246a259

Please sign in to comment.