From e9cd55cc2ae9e99e7555624acf63b8d24eedf01d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 20 Jun 2024 00:05:14 +0100 Subject: Update irctest. [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] --- .github/workflows/ci-irctest.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index c05a26462..f309e251c 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -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 -- cgit v1.3.1-10-gc9f91