Update irctest.

[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
This commit is contained in:
Sadie Powell 2024-06-20 00:05:14 +01:00
parent 9121150503
commit e9cd55cc2a

View File

@ -21,13 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout irctest
uses: actions/checkout@v4
with:
path: irctest
ref: af980ed3b639b5e1b3749c74027872adb69922a7
repository: progval/irctest
- name: Run configure
run: ./configure --development --disable-auto-extras --prefix=$HOME/.local/
@ -40,11 +33,6 @@ jobs:
CXXFLAGS: -DINSPIRCD_UNLIMITED_MAINLOOP
run: make install --jobs $(($(getconf _NPROCESSORS_ONLN) + 1))
- name: Work around an issue with irctest
env:
CXXFLAGS: -DINSPIRCD_UNLIMITED_MAINLOOP
run: cp ~/.local/conf/examples/help.example.conf ~/.local/conf/examples/help.conf.example
- name: Make artifact tarball
run: |-
cd ~
@ -78,7 +66,7 @@ jobs:
uses: actions/checkout@v4
with:
path: irctest
ref: af980ed3b639b5e1b3749c74027872adb69922a7
ref: 9f33633cc71739cd8e88cc4f3d39fa002cc0f97e
repository: progval/irctest
- name: Install irctest dependencies