File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
alpine-docker-musl-gcc :
20
20
runs-on : ubuntu-20.04
21
21
if : github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
22
- timeout-minutes : 181
22
+ timeout-minutes : 241
23
23
container :
24
24
# Alpine docker pre-built container
25
25
image : thevlang/vlang:alpine-build
Original file line number Diff line number Diff line change 26
26
code-formatting :
27
27
runs-on : ubuntu-20.04
28
28
if : github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
29
- timeout-minutes : 15
29
+ timeout-minutes : 30
30
30
env :
31
31
VFLAGS : -cc gcc
32
32
steps :
43
43
performance-regressions :
44
44
runs-on : ubuntu-20.04
45
45
if : github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
46
- timeout-minutes : 15
46
+ timeout-minutes : 30
47
47
env :
48
48
VFLAGS : -cc gcc
49
49
steps :
Original file line number Diff line number Diff line change 7
7
gcc :
8
8
runs-on : windows-2019
9
9
if : github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
10
- timeout-minutes : 181
10
+ timeout-minutes : 241
11
11
env :
12
12
VFLAGS : -cc gcc
13
13
VERBOSE_MAKE : 1
59
59
msvc :
60
60
runs-on : windows-2019
61
61
if : github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
62
- timeout-minutes : 181
62
+ timeout-minutes : 241
63
63
env :
64
64
VFLAGS : -cc msvc
65
65
VERBOSE_MAKE : 1
@@ -105,7 +105,7 @@ jobs:
105
105
tcc :
106
106
runs-on : windows-2019
107
107
if : github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
108
- timeout-minutes : 121
108
+ timeout-minutes : 181
109
109
env :
110
110
VFLAGS : -cc tcc -no-retry-compilation
111
111
VJOBS : 1
You can’t perform that action at this time.
0 commit comments