Skip to content

Commit edc6605

Browse files
committed
re-generate workflows
1 parent 326d267 commit edc6605

12 files changed

+191
-132
lines changed

.github/workflows/build-all.yml

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Build xPack QEMU'
22+
name: 'Build xPack QEMU RISC-V'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,12 +32,15 @@ on:
3232
jobs:
3333

3434
linux-x64:
35-
name: 'Linux Intel - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'Linux Intel - QEMU RISC-V ${{ github.event.inputs.version }} build'
3636
timeout-minutes: 5760 # 4 days
3737
runs-on: [self-hosted, linux, x64]
3838
steps:
3939
- name: 'Machine'
40-
run: uname -a
40+
run: |
41+
uname -a
42+
node --version
43+
npm --version
4144
4245
- name: 'Checkout'
4346
uses: actions/checkout@v2
@@ -79,12 +82,15 @@ jobs:
7982

8083

8184
linux-arm:
82-
name: 'Linux Arm 32 - QEMU ${{ github.event.inputs.version }} build'
85+
name: 'Linux Arm 32 - QEMU RISC-V ${{ github.event.inputs.version }} build'
8386
timeout-minutes: 2880 # 2 days
8487
runs-on: [self-hosted, linux, arm, xbbla32]
8588
steps:
8689
- name: 'Machine'
87-
run: uname -a
90+
run: |
91+
uname -a
92+
node --version
93+
npm --version
8894
8995
- name: 'Checkout'
9096
uses: actions/checkout@v2
@@ -120,12 +126,15 @@ jobs:
120126

121127

122128
linux-arm64:
123-
name: 'Linux Arm 64 - QEMU ${{ github.event.inputs.version }} build'
129+
name: 'Linux Arm 64 - QEMU RISC-V ${{ github.event.inputs.version }} build'
124130
timeout-minutes: 2880 # 2 days
125131
runs-on: [self-hosted, linux, arm64, xbbla64]
126132
steps:
127133
- name: 'Machine'
128-
run: uname -a
134+
run: |
135+
uname -a
136+
node --version
137+
npm --version
129138
130139
- name: 'Checkout'
131140
uses: actions/checkout@v2
@@ -162,14 +171,17 @@ jobs:
162171

163172

164173
macos-x64:
165-
name: 'macOS Intel - QEMU ${{ github.event.inputs.version }} build'
174+
name: 'macOS Intel - QEMU RISC-V ${{ github.event.inputs.version }} build'
166175
timeout-minutes: 2880 # 2 days
167176

168177
runs-on: [self-hosted, macos, intel]
169178

170179
steps:
171180
- name: 'Machine'
172-
run: uname -a
181+
run: |
182+
uname -a
183+
node --version
184+
npm --version
173185
174186
- name: 'Checkout'
175187
uses: actions/checkout@v2
@@ -207,7 +219,7 @@ jobs:
207219

208220

209221
macos-arm64:
210-
name: 'macOS Arm - QEMU ${{ github.event.inputs.version }} build'
222+
name: 'macOS Arm - QEMU RISC-V ${{ github.event.inputs.version }} build'
211223
timeout-minutes: 2880 # 2 days
212224

213225
runs-on: [self-hosted, macos, apple]
@@ -218,7 +230,10 @@ jobs:
218230

219231
steps:
220232
- name: 'Machine'
221-
run: uname -a
233+
run: |
234+
uname -a
235+
node --version
236+
npm --version
222237
223238
- name: 'Checkout'
224239
uses: actions/checkout@v2

.github/workflows/build-xbbla32.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Build xPack QEMU xbbla32'
22+
name: 'Build xPack QEMU RISC-V xbbla32'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,12 +32,15 @@ on:
3232
jobs:
3333

3434
linux-arm:
35-
name: 'Linux Arm 32 - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'Linux Arm 32 - QEMU RISC-V ${{ github.event.inputs.version }} build'
3636
timeout-minutes: 2880 # 2 days
3737
runs-on: [self-hosted, linux, arm, xbbla32]
3838
steps:
3939
- name: 'Machine'
40-
run: uname -a
40+
run: |
41+
uname -a
42+
node --version
43+
npm --version
4144
4245
- name: 'Checkout'
4346
uses: actions/checkout@v2

.github/workflows/build-xbbla64.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Build xPack QEMU xbbla64'
22+
name: 'Build xPack QEMU RISC-V xbbla64'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,12 +32,15 @@ on:
3232
jobs:
3333

3434
linux-arm64:
35-
name: 'Linux Arm 64 - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'Linux Arm 64 - QEMU RISC-V ${{ github.event.inputs.version }} build'
3636
timeout-minutes: 2880 # 2 days
3737
runs-on: [self-hosted, linux, arm64, xbbla64]
3838
steps:
3939
- name: 'Machine'
40-
run: uname -a
40+
run: |
41+
uname -a
42+
node --version
43+
npm --version
4144
4245
- name: 'Checkout'
4346
uses: actions/checkout@v2

.github/workflows/build-xbbli.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Build xPack QEMU xbbli'
22+
name: 'Build xPack QEMU RISC-V xbbli'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,12 +32,15 @@ on:
3232
jobs:
3333

3434
linux-x64:
35-
name: 'Linux Intel - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'Linux Intel - QEMU RISC-V ${{ github.event.inputs.version }} build'
3636
timeout-minutes: 5760 # 4 days
3737
runs-on: [self-hosted, linux, x64]
3838
steps:
3939
- name: 'Machine'
40-
run: uname -a
40+
run: |
41+
uname -a
42+
node --version
43+
npm --version
4144
4245
- name: 'Checkout'
4346
uses: actions/checkout@v2

.github/workflows/build-xbbma.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Build xPack QEMU xbbma'
22+
name: 'Build xPack QEMU RISC-V xbbma'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333

3434
macos-arm64:
35-
name: 'macOS Arm - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'macOS Arm - QEMU RISC-V ${{ github.event.inputs.version }} build'
3636
timeout-minutes: 2880 # 2 days
3737

3838
runs-on: [self-hosted, macos, apple]
@@ -43,7 +43,10 @@ jobs:
4343

4444
steps:
4545
- name: 'Machine'
46-
run: uname -a
46+
run: |
47+
uname -a
48+
node --version
49+
npm --version
4750
4851
- name: 'Checkout'
4952
uses: actions/checkout@v2

.github/workflows/build-xbbmi.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Build xPack QEMU xbbmi'
22+
name: 'Build xPack QEMU RISC-V xbbmi'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,14 +32,17 @@ on:
3232
jobs:
3333

3434
macos-x64:
35-
name: 'macOS Intel - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'macOS Intel - QEMU RISC-V ${{ github.event.inputs.version }} build'
3636
timeout-minutes: 2880 # 2 days
3737

3838
runs-on: [self-hosted, macos, intel]
3939

4040
steps:
4141
- name: 'Machine'
42-
run: uname -a
42+
run: |
43+
uname -a
44+
node --version
45+
npm --version
4346
4447
- name: 'Checkout'
4548
uses: actions/checkout@v2

.github/workflows/deep-clean.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -----------------------------------------------------------------------------
2020

2121

22-
name: 'Deep clean xPack QEMU'
22+
name: 'Deep clean xPack QEMU RISC-V'
2323

2424
on:
2525
workflow_dispatch:
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333

3434
linux-x64:
35-
name: 'Linux Intel - QEMU ${{ github.event.inputs.version }} build'
35+
name: 'Linux Intel - QEMU RISC-V ${{ github.event.inputs.version }} clean'
3636
timeout-minutes: 5760 # 4 days
3737
runs-on: [self-hosted, linux, x64]
3838
steps:
@@ -51,7 +51,7 @@ jobs:
5151

5252

5353
linux-arm:
54-
name: 'Linux Arm 32 - QEMU ${{ github.event.inputs.version }} build'
54+
name: 'Linux Arm 32 - QEMU RISC-V ${{ github.event.inputs.version }} clean'
5555
timeout-minutes: 2880 # 2 days
5656
runs-on: [self-hosted, linux, arm, xbbla32]
5757
steps:
@@ -70,7 +70,7 @@ jobs:
7070

7171

7272
linux-arm64:
73-
name: 'Linux Arm 64 - QEMU ${{ github.event.inputs.version }} build'
73+
name: 'Linux Arm 64 - QEMU RISC-V ${{ github.event.inputs.version }} clean'
7474
timeout-minutes: 2880 # 2 days
7575
runs-on: [self-hosted, linux, arm64, xbbla64]
7676
steps:
@@ -89,7 +89,7 @@ jobs:
8989

9090

9191
macos-x64:
92-
name: 'macOS Intel - QEMU ${{ github.event.inputs.version }} build'
92+
name: 'macOS Intel - QEMU RISC-V ${{ github.event.inputs.version }} clean'
9393
timeout-minutes: 2880 # 2 days
9494

9595
runs-on: [self-hosted, macos, intel]
@@ -110,7 +110,7 @@ jobs:
110110

111111

112112
macos-arm64:
113-
name: 'macOS Arm - QEMU ${{ github.event.inputs.version }} build'
113+
name: 'macOS Arm - QEMU RISC-V ${{ github.event.inputs.version }} clean'
114114
timeout-minutes: 2880 # 2 days
115115

116116
runs-on: [self-hosted, macos, apple]

0 commit comments

Comments
 (0)