File tree 16 files changed +27
-115
lines changed
16 files changed +27
-115
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
# gcc, clang-8, clang-9 removed for reduce number of jobs
58
58
CC : ${{ matrix.CC }}
59
59
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
60
60
steps :
61
- - uses : actions/checkout@v1
61
+ - uses : actions/checkout@v4
62
62
with :
63
63
fetch-depth : 1
64
64
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : [clang-15]
55
55
CONFIGURE_FLAGS : CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
56
56
PACKET_VERSION : ${{ matrix.PACKET_VERSION }}
57
57
steps :
58
- - uses : actions/checkout@v1
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 1
61
61
Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ jobs:
23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
# We must fetch at least the immediate parents so that if this is
29
29
# a pull request then we can checkout the head.
30
30
fetch-depth : 2
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@v2
34
+ uses : github/codeql-action/init@v3
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
38
38
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
39
39
# If this step fails, then you should remove it and run the build manually (see below)
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@v2
41
+ uses : github/codeql-action/autobuild@v3
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@v2
44
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 35
35
needs : build
36
36
if : ${{ !failure() && !cancelled() }}
37
37
uses : ./.github/workflows/gccold2.yml
38
- gccold3 :
39
- needs : build
40
- if : ${{ !failure() && !cancelled() }}
41
- uses : ./.github/workflows/gccold3.yml
42
38
gccsnapshot_test :
43
39
needs : build
44
40
if : ${{ !failure() && !cancelled() }}
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : [gcc]
55
55
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
56
56
PACKET_VERSION : ${{ matrix.PACKET_VERSION }}
57
57
steps :
58
- - uses : actions/checkout@v1
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 1
61
61
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : ["gcc-10", "gcc-9"]
55
55
CC : ${{ matrix.CC }}
56
56
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
57
57
steps :
58
- - uses : actions/checkout@v1
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 1
61
61
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : ["gcc-8", "gcc-7"]
55
55
CC : ${{ matrix.CC }}
56
56
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
57
57
steps :
58
- - uses : actions/checkout@v1
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 1
61
61
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : [gcc]
55
55
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
56
56
PACKET_VERSION : ${{ matrix.PACKET_VERSION }}
57
57
steps :
58
- - uses : actions/checkout@v1
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 1
61
61
Original file line number Diff line number Diff line change 15
15
group : hwsapibot
16
16
cancel-in-progress : true
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : info
21
21
run : |
Original file line number Diff line number Diff line change 7
7
MYSQL_USER : ' ragnarok'
8
8
MYSQL_PASSWORD : ' ragnarok'
9
9
MYSQL_ALLOW_EMPTY_PASSWORD : ' yes'
10
- MACOS_COMMON_PACKAGES : make zlib pcre mysql mysql-client mysql-connector-c
10
+ MACOS_COMMON_PACKAGES : make zlib pcre mysql mysql-client
11
11
SQLHOST : ' localhost'
12
12
13
13
jobs :
14
14
build :
15
15
runs-on : macos-latest
16
- timeout-minutes : 60
16
+ timeout-minutes : 30
17
17
strategy :
18
18
matrix :
19
19
CC : [clang]
Original file line number Diff line number Diff line change 7
7
MYSQL_USER : ' ragnarok'
8
8
MYSQL_PASSWORD : ' ragnarok'
9
9
MYSQL_ALLOW_EMPTY_PASSWORD : ' yes'
10
- MACOS_COMMON_PACKAGES : make zlib pcre mysql mysql-client mysql-connector-c
10
+ MACOS_COMMON_PACKAGES : make zlib pcre mysql mysql-client
11
11
SQLHOST : ' localhost'
12
12
13
13
jobs :
14
14
build :
15
15
runs-on : macos-14
16
- timeout-minutes : 60
16
+ timeout-minutes : 30
17
17
strategy :
18
18
matrix :
19
19
CC : [clang]
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : [gcc]
53
53
CONFIGURE_FLAGS : CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
54
54
PACKET_VERSION : ${{ matrix.PACKET_VERSION }}
55
55
steps :
56
- - uses : actions/checkout@v1
56
+ - uses : actions/checkout@v4
57
57
with :
58
58
fetch-depth : 1
59
59
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 60
15
+ timeout-minutes : 30
16
16
strategy :
17
17
matrix :
18
18
CC : [gcc]
49
49
CONFIGURE_FLAGS : CC=${{ matrix.CC }} --enable-debug --enable-Werror --enable-buildbot ${{ matrix.RENEWAL }} ${{ matrix.HTTPLIB }} ${{ matrix.CLIENT_TYPE }} ${{ matrix.SANITIZER }} ${{ matrix.PACKET_VERSION }}
50
50
PACKET_VERSION : ${{ matrix.PACKET_VERSION }}
51
51
steps :
52
- - uses : actions/checkout@v1
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
fetch-depth : 1
55
55
Original file line number Diff line number Diff line change 22
22
container :
23
23
image : debian:unstable
24
24
steps :
25
- - uses : actions/checkout@v1
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 1
28
28
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
runs-on : windows-latest
14
- timeout-minutes : 60
14
+ timeout-minutes : 30
15
15
strategy :
16
16
matrix :
17
17
CC : [msbuild]
You can’t perform that action at this time.
0 commit comments