Skip to content

Commit 4b9e15f

Browse files
committed
re-generate commons
1 parent 8ffaf9e commit 4b9e15f

File tree

7 files changed

+0
-347
lines changed

7 files changed

+0
-347
lines changed

.github/workflows/build-win32-x64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,3 @@ jobs:
217217

218218

219219

220-
221-

.github/workflows/deep-clean.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -102,27 +102,6 @@ jobs:
102102
103103
104104
105-
linux-arm:
106-
name: 'linux-arm qemu-riscv ${{github.event.inputs.version}} clean'
107-
timeout-minutes: 2880 # 2 days
108-
runs-on: [self-hosted, linux, arm, xbbla32]
109-
110-
steps:
111-
- name: 'Show environment'
112-
run: |
113-
uname -a
114-
lsb_release -sd
115-
echo "whoami: $(whoami)"
116-
echo "pwd: $(pwd)"
117-
ls -lLA
118-
env | sort | grep -E '^[^ \t]+='
119-
120-
- name: 'Clean working area' # Mandatory for self-hosted runners.
121-
run: |
122-
chmod -Rf a+w * || true
123-
rm -rf * .git*
124-
125-
126105
127106
128107

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

Lines changed: 0 additions & 232 deletions
Original file line numberDiff line numberDiff line change
@@ -555,236 +555,4 @@ jobs:
555555

556556

557557

558-
559-
# https://hub.docker.com/r/arm32v7/ubuntu/
560-
ubuntu-arm:
561-
name: 'arm qemu-riscv ${{github.event.inputs.version}} test on Ubuntu stable'
562-
runs-on: [self-hosted, linux, arm, xbbla32]
563-
564-
steps:
565-
- name: 'Show environment'
566-
run: |
567-
uname -a
568-
lsb_release -sd
569-
echo "whoami: $(whoami)"
570-
echo "pwd: $(pwd)"
571-
ls -lLA
572-
env | sort | grep -E '^[^ \t]+='
573-
574-
- name: 'Clean working area' # Mandatory for self-hosted runners.
575-
run: |
576-
chmod -Rf a+w * || true
577-
rm -rf * .git*
578-
579-
# https://github.com/actions/checkout
580-
- name: 'Checkout project'
581-
uses: actions/checkout@v4
582-
with:
583-
fetch-depth: 3
584-
585-
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
586-
uses: actions/checkout@v4
587-
with:
588-
repository: xpack-dev-tools/xbb-helper-xpack
589-
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
590-
ref: ${{github.event.inputs.helper-git-ref}}
591-
fetch-depth: 3
592-
593-
- name: 'Ubuntu 22.04 arm'
594-
uses: docker://arm32v7/ubuntu:22.04
595-
with:
596-
entrypoint: /bin/bash # /usr/bin/linux32
597-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:22.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
598-
599-
- name: 'Ubuntu 20.04 arm'
600-
uses: docker://arm32v7/ubuntu:20.04
601-
with:
602-
entrypoint: /bin/bash # /usr/bin/linux32
603-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:20.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
604-
605-
- name: 'Ubuntu 18.04 arm'
606-
uses: docker://arm32v7/ubuntu:18.04
607-
with:
608-
entrypoint: /bin/bash # /usr/bin/linux32
609-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:18.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
610-
611-
# https://hub.docker.com/r/arm32v7/debian
612-
debian-arm:
613-
name: 'arm qemu-riscv ${{github.event.inputs.version}} test on Debian stable'
614-
runs-on: [self-hosted, linux, arm, xbbla32]
615-
616-
steps:
617-
- name: 'Show environment'
618-
run: |
619-
uname -a
620-
lsb_release -sd
621-
echo "whoami: $(whoami)"
622-
echo "pwd: $(pwd)"
623-
ls -lLA
624-
env | sort | grep -E '^[^ \t]+='
625-
626-
- name: 'Clean working area' # Mandatory for self-hosted runners.
627-
run: |
628-
chmod -Rf a+w * || true
629-
rm -rf * .git*
630-
631-
# https://github.com/actions/checkout
632-
- name: 'Checkout project'
633-
uses: actions/checkout@v4
634-
with:
635-
fetch-depth: 3
636-
637-
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
638-
uses: actions/checkout@v4
639-
with:
640-
repository: xpack-dev-tools/xbb-helper-xpack
641-
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
642-
ref: ${{github.event.inputs.helper-git-ref}}
643-
fetch-depth: 3
644-
645-
- name: 'Debian 11 arm'
646-
uses: docker://arm32v7/debian:bullseye
647-
with:
648-
entrypoint: /bin/bash # /usr/bin/linux32
649-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:bullseye --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
650-
651-
- name: 'Debian 10 arm'
652-
uses: docker://arm32v7/debian:buster
653-
with:
654-
entrypoint: /bin/bash # /usr/bin/linux32
655-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:buster --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
656-
657-
# https://hub.docker.com/r/arm32v7/ubuntu/
658-
ubuntu-arm-latest:
659-
name: 'arm qemu-riscv ${{github.event.inputs.version}} test on Ubuntu latest'
660-
runs-on: [self-hosted, linux, arm, xbbla32]
661-
662-
steps:
663-
- name: 'Show environment'
664-
run: |
665-
uname -a
666-
lsb_release -sd
667-
echo "whoami: $(whoami)"
668-
echo "pwd: $(pwd)"
669-
ls -lLA
670-
env | sort | grep -E '^[^ \t]+='
671-
672-
- name: 'Clean working area' # Mandatory for self-hosted runners.
673-
run: |
674-
chmod -Rf a+w * || true
675-
rm -rf * .git*
676-
677-
# https://github.com/actions/checkout
678-
- name: 'Checkout project'
679-
uses: actions/checkout@v4
680-
with:
681-
fetch-depth: 3
682-
683-
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
684-
uses: actions/checkout@v4
685-
with:
686-
repository: xpack-dev-tools/xbb-helper-xpack
687-
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
688-
ref: ${{github.event.inputs.helper-git-ref}}
689-
fetch-depth: 3
690-
691-
- name: 'Ubuntu latest arm'
692-
uses: docker://arm32v7/ubuntu:22.04
693-
with:
694-
entrypoint: /bin/bash # /usr/bin/linux32
695-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/ubuntu:22.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
696-
697-
# # https://hub.docker.com/r/arm32v7/debian
698-
# debian-arm-latest:
699-
# name: 'arm qemu-riscv ${{github.event.inputs.version}} test on Debian latest'
700-
# runs-on: [self-hosted, linux, arm, xbbla32]
701-
702-
# steps:
703-
# - name: 'Show environment'
704-
# run: |
705-
# uname -a
706-
# lsb_release -sd
707-
# echo "whoami: $(whoami)"
708-
# echo "pwd: $(pwd)"
709-
# ls -lLA
710-
# env | sort | grep -E '^[^ \t]+='
711-
712-
# - name: 'Clean working area' # Mandatory for self-hosted runners.
713-
# run: |
714-
# chmod -Rf a+w * || true
715-
# rm -rf * .git*
716-
717-
# # https://github.com/actions/checkout
718-
# - name: 'Checkout project'
719-
# uses: actions/checkout@v4
720-
# with:
721-
# fetch-depth: 3
722-
723-
# - name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
724-
# uses: actions/checkout@v4
725-
# with:
726-
# repository: xpack-dev-tools/xbb-helper-xpack
727-
# path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
728-
# ref: ${{github.event.inputs.helper-git-ref}}
729-
# fetch-depth: 3
730-
731-
# - name: 'Debian testing arm'
732-
# uses: docker://arm32v7/debian:testing
733-
# with:
734-
# entrypoint: /bin/bash # /usr/bin/linux32
735-
# args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:testing --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
736-
737-
# - name: 'Debian latest arm'
738-
# uses: docker://arm32v7/debian:latest
739-
# with:
740-
# entrypoint: /bin/bash # /usr/bin/linux32
741-
# args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/debian:latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
742-
743-
# https://en.wikipedia.org/wiki/Fedora_version_history
744-
# https://hub.docker.com/r/arm32v7/fedora
745-
# `-static` disabled, there is no static libc.a.
746-
fedora-arm-latest:
747-
name: 'arm qemu-riscv ${{github.event.inputs.version}} test on Fedora latest'
748-
runs-on: [self-hosted, linux, arm, xbbla32]
749-
750-
steps:
751-
- name: 'Show environment'
752-
run: |
753-
uname -a
754-
lsb_release -sd
755-
echo "whoami: $(whoami)"
756-
echo "pwd: $(pwd)"
757-
ls -lLA
758-
env | sort | grep -E '^[^ \t]+='
759-
760-
- name: 'Clean working area' # Mandatory for self-hosted runners.
761-
run: |
762-
chmod -Rf a+w * || true
763-
rm -rf * .git*
764-
765-
# https://github.com/actions/checkout
766-
- name: 'Checkout project'
767-
uses: actions/checkout@v4
768-
with:
769-
fetch-depth: 3
770-
771-
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
772-
uses: actions/checkout@v4
773-
with:
774-
repository: xpack-dev-tools/xbb-helper-xpack
775-
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
776-
ref: ${{github.event.inputs.helper-git-ref}}
777-
fetch-depth: 3
778-
779-
- name: 'Fedora latest arm'
780-
uses: docker://arm32v7/fedora:latest
781-
with:
782-
entrypoint: /bin/bash
783-
args: /github/workspace/build-assets/scripts/test.sh --image arm32v7/fedora:latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
784-
785-
# - https://hub.docker.com/r/arm32v7/opensuse
786-
# arm32v7/opensuse:latest is leap 42.3 and fails due to http: URLs
787-
# (zypper lr -u)
788-
789-
790558
# -----------------------------------------------------------------------------

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,4 @@ jobs:
511511

512512

513513

514-
515-
516514
# -----------------------------------------------------------------------------

.github/workflows/test-prime.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -291,48 +291,5 @@ jobs:
291291

292292

293293

294-
linux-arm-test:
295-
name: 'linux-arm qemu-riscv ${{github.event.inputs.version}} test'
296-
runs-on: [self-hosted, linux, arm, xbbla32]
297-
298-
steps:
299-
- name: 'Show environment'
300-
run: |
301-
uname -a
302-
lsb_release -sd
303-
echo "whoami: $(whoami)"
304-
echo "pwd: $(pwd)"
305-
ls -lLA
306-
env | sort | grep -E '^[^ \t]+='
307-
308-
- name: 'Clean working area' # Mandatory for self-hosted runners.
309-
run: |
310-
chmod -Rf a+w * || true
311-
rm -rf * .git*
312-
313-
# https://github.com/actions/checkout
314-
- name: 'Checkout project'
315-
uses: actions/checkout@v4
316-
with:
317-
fetch-depth: 3
318-
319-
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
320-
uses: actions/checkout@v4
321-
with:
322-
repository: xpack-dev-tools/xbb-helper-xpack
323-
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
324-
ref: ${{github.event.inputs.helper-git-ref}}
325-
fetch-depth: 3
326-
327-
- name: 'Run ${{github.event.inputs.version}} docker test'
328-
uses: docker://arm32v7/node:lts-slim # Currently based on debian:12-slim
329-
with:
330-
entrypoint: /bin/bash # /usr/bin/linux32
331-
args: /github/workspace/build-assets/scripts/test.sh --image debian --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
332-
333-
334-
335-
336-
337294

338295
# -----------------------------------------------------------------------------

.github/workflows/test-xpm.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -265,48 +265,5 @@ jobs:
265265

266266

267267

268-
linux-arm-test:
269-
name: 'linux-arm QEMU RISC-V@${{github.event.inputs.version}} test'
270-
runs-on: [self-hosted, linux, arm, xbbla32]
271-
272-
steps:
273-
- name: 'Show environment'
274-
run: |
275-
uname -a
276-
lsb_release -sd
277-
echo "whoami: $(whoami)"
278-
echo "pwd: $(pwd)"
279-
ls -lLA
280-
env | sort | grep -E '^[^ \t]+='
281-
282-
- name: 'Clean working area' # Mandatory for self-hosted runners.
283-
run: |
284-
chmod -Rf a+w * || true
285-
rm -rf * .git*
286-
287-
# https://github.com/actions/checkout
288-
- name: 'Checkout project'
289-
uses: actions/checkout@v4
290-
with:
291-
fetch-depth: 3
292-
293-
- name: 'Checkout helper ${{github.event.inputs.helper-git-ref}}'
294-
uses: actions/checkout@v4
295-
with:
296-
repository: xpack-dev-tools/xbb-helper-xpack
297-
path: build-assets/xpacks/@xpack-dev-tools/xbb-helper
298-
ref: ${{github.event.inputs.helper-git-ref}}
299-
fetch-depth: 3
300-
301-
- name: 'Run ${{github.event.inputs.version}} xpm docker test'
302-
uses: docker://arm32v7/node:lts-slim # Currently based on debian:12-slim
303-
with:
304-
entrypoint: /bin/bash # /usr/bin/linux32
305-
args: /github/workspace/build-assets/scripts/test.sh --image debian --package-version ${{github.event.inputs.package-version}} --version ${{github.event.inputs.version}} --xpm
306-
307-
308-
309-
310-
311268

312269
# -----------------------------------------------------------------------------

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
"fileName": "xpack-qemu-riscv-8.2.6-1-linux-arm64.tar.gz",
5252
"sha256": "e5fc75bb3f1948dd1d0ca6c6561ae9353a1982254158f95c4668ea3fa618800d"
5353
},
54-
"linux-arm": {
55-
"fileName": "xpack-qemu-riscv-8.2.6-1-linux-arm.tar.gz",
56-
"sha256": "765e8f1069e328d01ec672da34a7b6302a492ee8c53ddf98a0991852bafcbfda"
57-
},
5854
"linux-x64": {
5955
"fileName": "xpack-qemu-riscv-8.2.6-1-linux-x64.tar.gz",
6056
"sha256": "ffbc9a65c5cbc71f0a2cd80a230999c5abe0a101e6b091cb3a8b80031d44f65d"

0 commit comments

Comments
 (0)