diff options
| author | 2024-06-20 00:05:14 +0100 | |
|---|---|---|
| committer | 2024-06-20 00:05:14 +0100 | |
| commit | e9cd55cc2ae9e99e7555624acf63b8d24eedf01d (patch) | |
| tree | 8d75519d964f58af4ad89f79a90cce62da33a056 | |
| parent | Add MD5 as a fallback hash in the SSL modules for compat with v3. (diff) | |
Update irctest.
[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 14 |
1 files changed, 1 insertions, 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 |
