File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
#
15
15
name : Build and Test libc++
16
16
on :
17
- pull_request :
17
+ push :
18
18
paths :
19
19
- ' libcxx/**'
20
20
- ' libcxxabi/**'
21
21
- ' libunwind/**'
22
22
- ' runtimes/**'
23
23
- ' cmake/**'
24
24
- ' .github/workflows/libcxx-build-and-test.yaml'
25
- schedule :
26
- # Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
27
- - cron : ' 0 8 * * *'
25
+ # schedule:
26
+ # # Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
27
+ # - cron: '0 8 * * *'
28
28
29
29
permissions :
30
30
contents : read # Default everything to read-only
@@ -35,16 +35,16 @@ concurrency:
35
35
36
36
jobs :
37
37
stage1 :
38
- if : github.repository_owner == 'llvm '
38
+ if : github.repository_owner == 'elsteveogrande '
39
39
runs-on : libcxx-self-hosted-linux
40
40
container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
41
41
continue-on-error : false
42
42
strategy :
43
43
fail-fast : false
44
44
matrix :
45
45
config : [
46
- ' frozen-cxx03-headers' ,
47
- ' generic-cxx03' ,
46
+ # 'frozen-cxx03-headers',
47
+ # 'generic-cxx03',
48
48
' generic-cxx26' ,
49
49
' generic-modules'
50
50
]
73
73
**/CMakeOutput.log
74
74
**/crash_diagnostics/*
75
75
stage2 :
76
- if : github.repository_owner == 'llvm '
76
+ if : github.repository_owner == 'elsteveogrande '
77
77
runs-on : libcxx-self-hosted-linux
78
78
container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
79
79
needs : [ stage1 ]
@@ -119,7 +119,7 @@ jobs:
119
119
**/CMakeOutput.log
120
120
**/crash_diagnostics/*
121
121
stage3 :
122
- if : github.repository_owner == 'llvm '
122
+ if : github.repository_owner == 'elsteveogrande '
123
123
needs : [ stage2 ]
124
124
continue-on-error : false
125
125
strategy :
@@ -238,7 +238,7 @@ jobs:
238
238
**/crash_diagnostics/*
239
239
240
240
windows :
241
- runs-on : windows-2022
241
+ runs-on : windows-latest
242
242
needs : [ stage2 ]
243
243
strategy :
244
244
fail-fast : false
You can’t perform that action at this time.
0 commit comments