Skip to content

Commit 46712d9

Browse files
committed
re-generate workflows
1 parent 8dd711a commit 46712d9

File tree

5 files changed

+17
-35
lines changed

5 files changed

+17
-35
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
run: |
380380
xpm install --config darwin-x64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }}
381381
xpm run build --config darwin-x64
382-
382+
383383
- name: 'Publish pre-release'
384384
# https://github.com/ncipollo/release-action
385385
uses: ncipollo/release-action@v1
@@ -447,7 +447,7 @@ jobs:
447447
xpm install --config darwin-arm64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }}
448448
xpm run build --config darwin-arm64
449449
450-
450+
451451
- name: 'Publish pre-release'
452452
# https://github.com/ncipollo/release-action
453453
uses: ncipollo/release-action@v1

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: 'Create body'
6666
run: |
6767
npm install
68-
cat scripts/templates/body-github-release-liquid.md | npm run liquidjs --silent -- '{ "XBB_RELEASE_VERSION": "${{ github.event.inputs.version }}" }' >.github/workflows/body-github-release.md
68+
npm run liquidjs --silent -- --context '{ "XBB_RELEASE_VERSION": "${{ github.event.inputs.version }}" }' --template @scripts/templates/body-github-release-liquid.md >.github/workflows/body-github-release.md
6969
cat .github/workflows/body-github-release.md
7070
7171
- name: 'Publish release'

.github/workflows/test-docker-linux-arm.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
# The ubuntu:12.04 image fails to update.
6666
ubuntu-arm64:
6767
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu stable'
68-
# runs-on: [self-hosted, linux, arm64, xbbla]
6968
runs-on: [self-hosted, linux, arm64, xbbla]
7069

7170
steps:
@@ -117,7 +116,6 @@ jobs:
117116
# https://hub.docker.com/_/debian
118117
debian-arm64:
119118
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Debian stable'
120-
# runs-on: [self-hosted, linux, arm64, xbbla]
121119
runs-on: [self-hosted, linux, arm64, xbbla]
122120

123121
steps:
@@ -164,7 +162,6 @@ jobs:
164162
# `-static` disabled, there is no static libc.a.
165163
redhat-arm64:
166164
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on RedHat stable'
167-
# runs-on: [self-hosted, linux, arm64, xbbla]
168165
runs-on: [self-hosted, linux, arm64, xbbla]
169166

170167
steps:
@@ -205,7 +202,6 @@ jobs:
205202
# `-static` disabled, there is no static libc.a.
206203
fedora-arm64:
207204
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Fedora stable'
208-
# runs-on: [self-hosted, linux, arm64, xbbla]
209205
runs-on: [self-hosted, linux, arm64, xbbla]
210206

211207
steps:
@@ -258,7 +254,6 @@ jobs:
258254
# `-static` disabled, there is no static libc.a.
259255
opensuse-arm64:
260256
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on OpenSUSE stable'
261-
# runs-on: [self-hosted, linux, arm64, xbbla]
262257
runs-on: [self-hosted, linux, arm64, xbbla]
263258

264259
steps:
@@ -304,7 +299,6 @@ jobs:
304299

305300
ubuntu-arm64-latest:
306301
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu latest'
307-
# runs-on: [self-hosted, linux, arm64, xbbla]
308302
runs-on: [self-hosted, linux, arm64, xbbla]
309303

310304
steps:
@@ -343,7 +337,6 @@ jobs:
343337

344338
debian-arm64-latest:
345339
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Debian latest'
346-
# runs-on: [self-hosted, linux, arm64, xbbla]
347340
runs-on: [self-hosted, linux, arm64, xbbla]
348341

349342
steps:
@@ -390,7 +383,6 @@ jobs:
390383
# `-static` disabled, there is no static libc.a.
391384
fedora-arm64-latest:
392385
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on Fedora latest'
393-
# runs-on: [self-hosted, linux, arm64, xbbla]
394386
runs-on: [self-hosted, linux, arm64, xbbla]
395387

396388
steps:
@@ -429,7 +421,6 @@ jobs:
429421
# - https://hub.docker.com/r/opensuse/tumbleweed
430422
opensuse-arm64-latest:
431423
name: 'arm64 qemu-riscv ${{ github.event.inputs.version }} test on OpenSUSE latest'
432-
# runs-on: [self-hosted, linux, arm64, xbbla]
433424
runs-on: [self-hosted, linux, arm64, xbbla]
434425

435426
steps:
@@ -464,11 +455,10 @@ jobs:
464455
with:
465456
entrypoint: /bin/bash
466457
args: /github/workspace/scripts/test.sh --image opensuse/tumbleweed --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
467-
458+
468459
# https://hub.docker.com/r/arm32v7/ubuntu/
469460
ubuntu-arm:
470461
name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu stable'
471-
# runs-on: [self-hosted, linux, arm64, xbbla]
472462
runs-on: [self-hosted, linux, arm, xbbla32]
473463

474464
steps:
@@ -519,7 +509,6 @@ jobs:
519509
# https://hub.docker.com/r/arm32v7/debian
520510
debian-arm:
521511
name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Debian stable'
522-
# runs-on: [self-hosted, linux, arm64, xbbla]
523512
runs-on: [self-hosted, linux, arm, xbbla32]
524513

525514
steps:
@@ -564,7 +553,6 @@ jobs:
564553
# https://hub.docker.com/r/arm32v7/ubuntu/
565554
ubuntu-arm-latest:
566555
name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Ubuntu latest'
567-
# runs-on: [self-hosted, linux, arm64, xbbla]
568556
runs-on: [self-hosted, linux, arm, xbbla32]
569557

570558
steps:
@@ -603,7 +591,6 @@ jobs:
603591
# https://hub.docker.com/r/arm32v7/debian
604592
debian-arm-latest:
605593
name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Debian latest'
606-
# runs-on: [self-hosted, linux, arm64, xbbla]
607594
runs-on: [self-hosted, linux, arm, xbbla32]
608595

609596
steps:
@@ -650,7 +637,6 @@ jobs:
650637
# `-static` disabled, there is no static libc.a.
651638
fedora-arm-latest:
652639
name: 'arm qemu-riscv ${{ github.event.inputs.version }} test on Fedora latest'
653-
# runs-on: [self-hosted, linux, arm64, xbbla]
654640
runs-on: [self-hosted, linux, arm, xbbla32]
655641

656642
steps:
@@ -689,5 +675,5 @@ jobs:
689675
# - https://hub.docker.com/r/arm32v7/opensuse
690676
# arm32v7/opensuse:latest is leap 42.3 and fails due to http: URLs
691677
# (zypper lr -u)
692-
678+
693679
# -----------------------------------------------------------------------------

.github/workflows/test-prime.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ jobs:
6969

7070
- name: 'Run ${{ github.event.inputs.version }} native test'
7171
run: bash scripts/test.sh --image github-actions-ubuntu-latest --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
72-
72+
7373
linux-arm64:
7474
name: 'Linux arm64 qemu-riscv ${{ github.event.inputs.version }} test'
75-
# runs-on: [self-hosted, linux, arm64, xbbla]
7675
runs-on: [self-hosted, linux, arm64, xbbla]
7776

7877
steps:
@@ -107,10 +106,9 @@ jobs:
107106
with:
108107
entrypoint: /bin/bash
109108
args: /github/workspace/scripts/test.sh --image ubuntu:22.04 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
110-
109+
111110
linux-arm32:
112111
name: 'Linux arm32 qemu-riscv ${{ github.event.inputs.version }} test'
113-
# runs-on: [self-hosted, linux, arm64, xbbla]
114112
runs-on: [self-hosted, linux, arm, xbbla32]
115113

116114
steps:
@@ -145,7 +143,7 @@ jobs:
145143
with:
146144
entrypoint: /bin/bash # /usr/bin/linux32
147145
args: /github/workspace/scripts/test.sh --image arm32v7/ubuntu:22.04 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
148-
146+
149147
macos-x64:
150148
name: 'macOS x64 qemu-riscv ${{ github.event.inputs.version }} test'
151149
runs-on: macos-12
@@ -179,7 +177,7 @@ jobs:
179177

180178
- name: 'Run ${{ github.event.inputs.version }} native test'
181179
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
182-
180+
183181
macos-arm64:
184182
name: 'macOS arm64 qemu-riscv ${{ github.event.inputs.version }} test'
185183
runs-on: [self-hosted, macos, apple]
@@ -213,7 +211,7 @@ jobs:
213211

214212
- name: 'Run ${{ github.event.inputs.version }} native test'
215213
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
216-
214+
217215
windows-x64:
218216
name: 'Windows x64 qemu-riscv ${{ github.event.inputs.version }} test'
219217
runs-on: windows-2022
@@ -248,5 +246,5 @@ jobs:
248246

249247
- name: 'Run ${{ github.event.inputs.version }} native test'
250248
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
251-
249+
252250
# -----------------------------------------------------------------------------

.github/workflows/test-xpm.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
with:
6969
entrypoint: /bin/bash
7070
args: /github/workspace/scripts/test.sh --image debian --version ${{ github.event.inputs.version }} --xpm
71-
71+
7272
linux-arm64:
7373
name: 'Linux Arm 64-bit QEMU RISC-V@${{ github.event.inputs.version }} test'
74-
# runs-on: [self-hosted, linux, arm64, xbbla]
7574
runs-on: [self-hosted, linux, arm64, xbbla]
7675

7776
steps:
@@ -106,10 +105,9 @@ jobs:
106105
with:
107106
entrypoint: /bin/bash
108107
args: /github/workspace/scripts/test.sh --image debian --version ${{ github.event.inputs.version }} --xpm
109-
108+
110109
linux-arm32:
111110
name: 'Linux Arm 32-bit QEMU RISC-V@${{ github.event.inputs.version }} test'
112-
# runs-on: [self-hosted, linux, arm64, xbbla]
113111
runs-on: [self-hosted, linux, arm, xbbla32]
114112

115113
steps:
@@ -144,7 +142,7 @@ jobs:
144142
with:
145143
entrypoint: /bin/bash # /usr/bin/linux32
146144
args: /github/workspace/scripts/test.sh --image debian --version ${{ github.event.inputs.version }} --xpm
147-
145+
148146
macos-x64:
149147
name: 'macOS Intel 64-bit QEMU RISC-V@${{ github.event.inputs.version }} test'
150148
runs-on: macos-12
@@ -178,7 +176,7 @@ jobs:
178176

179177
- name: 'Run ${{ github.event.inputs.version }} xpm test'
180178
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --xpm
181-
179+
182180
macos-arm64:
183181
name: 'macOS Arm 64-bit QEMU RISC-V@${{ github.event.inputs.version }} test'
184182
runs-on: [self-hosted, macos, apple]
@@ -212,7 +210,7 @@ jobs:
212210

213211
- name: 'Run ${{ github.event.inputs.version }} xpm test'
214212
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --xpm
215-
213+
216214
windows-x64:
217215
name: 'Windows 64-bit QEMU RISC-V@${{ github.event.inputs.version }} test'
218216
runs-on: windows-2022
@@ -247,5 +245,5 @@ jobs:
247245

248246
- name: 'Run ${{ github.event.inputs.version }} xpm test'
249247
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --xpm
250-
248+
251249
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)