Skip to content

Commit 22e1480

Browse files
committed
Merge remote-tracking branch 'master' into rebalance
2 parents 7883a7d + 71fc107 commit 22e1480

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+594
-406
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 30
1616
strategy:
1717
matrix:
1818
# gcc, clang-8, clang-9 removed for reduce number of jobs
@@ -58,7 +58,7 @@ jobs:
5858
CC: ${{ matrix.CC }}
5959
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-epoll
6060
steps:
61-
- uses: actions/checkout@v1
61+
- uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 1
6464

.github/workflows/clang15_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 30
1616
strategy:
1717
matrix:
1818
CC: [clang-15]
@@ -62,7 +62,7 @@ jobs:
6262
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} CPPFLAGS=${{ matrix.CLASSIC_AUTOSPELL_LIST }}
6363
PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
6464
steps:
65-
- uses: actions/checkout@v1
65+
- uses: actions/checkout@v4
6666
with:
6767
fetch-depth: 1
6868

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
# We must fetch at least the immediate parents so that if this is
2929
# a pull request then we can checkout the head.
3030
fetch-depth: 2
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v2
34+
uses: github/codeql-action/init@v3
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3939
# If this step fails, then you should remove it and run the build manually (see below)
4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@v2
41+
uses: github/codeql-action/autobuild@v3
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v2
44+
uses: github/codeql-action/analyze@v3

.github/workflows/controller.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
needs: build
3636
if: ${{ !failure() && !cancelled() }}
3737
uses: ./.github/workflows/gccold2.yml
38-
gccold3:
39-
needs: build
40-
if: ${{ !failure() && !cancelled() }}
41-
uses: ./.github/workflows/gccold3.yml
4238
gccsnapshot_test:
4339
needs: build
4440
if: ${{ !failure() && !cancelled() }}

.github/workflows/gcc_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 30
1616
strategy:
1717
matrix:
1818
CC: [gcc]
@@ -62,7 +62,7 @@ jobs:
6262
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-lto CPPFLAGS=${{ matrix.CLASSIC_AUTOSPELL_LIST }}
6363
PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
6464
steps:
65-
- uses: actions/checkout@v1
65+
- uses: actions/checkout@v4
6666
with:
6767
fetch-depth: 1
6868

.github/workflows/gccold1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 30
1616
strategy:
1717
matrix:
1818
CC: ["gcc-10", "gcc-9"]
@@ -58,7 +58,7 @@ jobs:
5858
CC: ${{ matrix.CC }}
5959
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-epoll CPPFLAGS=${{ matrix.CLASSIC_AUTOSPELL_LIST }}
6060
steps:
61-
- uses: actions/checkout@v1
61+
- uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 1
6464

.github/workflows/gccold2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 30
1616
strategy:
1717
matrix:
1818
CC: ["gcc-8", "gcc-7"]
@@ -58,7 +58,7 @@ jobs:
5858
CC: ${{ matrix.CC }}
5959
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-epoll CPPFLAGS=${{ matrix.CLASSIC_AUTOSPELL_LIST }}
6060
steps:
61-
- uses: actions/checkout@v1
61+
- uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 1
6464

.github/workflows/gccold3.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/workflows/gccsnapshot_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 60
15+
timeout-minutes: 30
1616
strategy:
1717
matrix:
1818
CC: [gcc]
@@ -62,7 +62,7 @@ jobs:
6262
CONFIGURE_FLAGS: CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }} --enable-lto CPPFLAGS=${{ matrix.CLASSIC_AUTOSPELL_LIST }}
6363
PACKET_VERSION: ${{ matrix.PACKET_VERSION }}
6464
steps:
65-
- uses: actions/checkout@v1
65+
- uses: actions/checkout@v4
6666
with:
6767
fetch-depth: 1
6868

.github/workflows/hwsapibot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
group: hwsapibot
1616
cancel-in-progress: true
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: info
2121
run: |

0 commit comments

Comments
 (0)